From 9cff30b37faaa195a02d5225fb12d2f6a6534bab Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 23 Dec 2020 21:42:34 +0200 Subject: DB/Creature: Root Ironwork Cannon & fix model --- sql/updates/world/3.3.5/2020_12_23_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_12_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_12_23_00_world.sql b/sql/updates/world/3.3.5/2020_12_23_00_world.sql new file mode 100644 index 00000000000..0d60335e012 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_12_23_00_world.sql @@ -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); -- cgit v1.2.3