From e21a1a68250b7e3d10031c26aa294641b034ffc9 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 30 Jan 2019 22:24:14 +0100 Subject: DB/Creature: Blockade Cannon and blockade pirate Closes #22489 By illfated and ZenoX92 --- sql/updates/world/3.3.5/2019_01_30_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_30_02_world.sql (limited to 'sql') 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); -- cgit v1.2.3