diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_01_30_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_01_30_02_world.sql b/sql/updates/world/3.3.5/2019_01_30_02_world.sql new file mode 100644 index 00000000000..0930ebac593 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_30_02_world.sql @@ -0,0 +1,6 @@ +-- set Rooted state for Blockade Cannon +DELETE FROM `creature_template_movement` WHERE `CreatureId`=23771; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES +(23771, 1, 1, 0, 1); + +UPDATE `creature_template` SET `flags_extra`=64 WHERE `entry` IN (23755, 23767, 23771); |