DB/Creature: Root Ironwork Cannon & fix model
(cherry picked from commit 9cff30b37faaa195a02d5225fb12d2f6a6534bab)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature` SET `modelid` = 25723 WHERE `id` = 33264;
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 33264;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`,`Chase`,`Random`) VALUES
|
||||
(33264,1,0,0,1,0,0);
|
||||
Reference in New Issue
Block a user