From ca39bc9b31c2f017ea7dd8b8b31fc15af34fceaa Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 9 Mar 2018 22:47:12 +0100 Subject: [PATCH] disable rows waiting for master hover rewrite --- .../2018_03_09_17_world_from_335_was_2018_03_09_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) 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;