DB/Creature: Root Ironwork Cannon & fix model

(cherry picked from commit 9cff30b37faaa195a02d5225fb12d2f6a6534bab)
This commit is contained in:
offl
2022-03-05 15:18:46 +01:00
committed by Shauren
parent cd6e944d17
commit fc450f7458
@@ -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);