diff --git a/sql/migrations/20230623143144_world.sql b/sql/migrations/20230623143144_world.sql index 9a47356a517..4d19836433a 100644 --- a/sql/migrations/20230623143144_world.sql +++ b/sql/migrations/20230623143144_world.sql @@ -214,10 +214,6 @@ UPDATE `creature_template` SET `inhabit_type` = 3 WHERE `type` = 7 AND `inhabit_ -- Holy Spring Does Not Require Quest To Loot UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = 100 WHERE `entry` = 938 AND `item` = 737; --- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ --- Remove Incorrect Creatures -DELETE FROM `creature` WHERE `guid` IN (21707, 21708); - -- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -- Set Correct Target For Script DELETE FROM `creature_ai_scripts` WHERE `id`=852401;