DB/Creature: Blockade Cannon and blockade pirate

Closes #22489
By illfated and ZenoX92

(cherry picked from commit e21a1a6825)
This commit is contained in:
Killyana
2019-01-30 22:24:14 +01:00
committed by Shauren
parent aeb614a21a
commit d410971d89

View File

@@ -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);