diff --git a/sql/updates/world/4.3.4/2018_03_09_17_world_from_335_was_2018_03_09_02_world.sql b/sql/updates/world/4.3.4/2018_03_09_17_world_from_335_was_2018_03_09_02_world.sql index 97a76b4493a..49a6e0d5446 100644 --- a/sql/updates/world/4.3.4/2018_03_09_17_world_from_335_was_2018_03_09_02_world.sql +++ b/sql/updates/world/4.3.4/2018_03_09_17_world_from_335_was_2018_03_09_02_world.sql @@ -2,9 +2,11 @@ -- Shadowlord Deathwail UPDATE `creature_addon` SET `mount`=20684 WHERE `guid`=77084; -- Fix mount +/* DELETE FROM `creature_template_movement` WHERE `CreatureId`=22006; -- Fix inhabit type INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`) VALUES (22006,1,1,2,0); +*/ UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=22006; DELETE FROM `smart_scripts` WHERE `entryorguid`=22006 AND `source_type`=0;