From 3c9bf7beb8d8d6f1ec135a920017015e14143d08 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 14 Nov 2024 07:54:22 +0100 Subject: [PATCH] DB/Creature: Update Monte Muzzleshot updates #15873 by CraftedRO --- sql/updates/world/3.3.5/2024_11_14_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_11_14_01_world.sql diff --git a/sql/updates/world/3.3.5/2024_11_14_01_world.sql b/sql/updates/world/3.3.5/2024_11_14_01_world.sql new file mode 100644 index 0000000000000..909de3ebdb109 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_11_14_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Swim`=0, `Rooted`=1 WHERE `CreatureId`=27987;