From d147045535330296e9dca216c0a9f1d35681a073 Mon Sep 17 00:00:00 2001 From: NickTyrer Date: Fri, 15 Sep 2023 06:59:44 +0100 Subject: [PATCH] Update 20230623143144_world.sql --- sql/migrations/20230623143144_world.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sql/migrations/20230623143144_world.sql b/sql/migrations/20230623143144_world.sql index cda248ede19..0e2ff85edc2 100644 --- a/sql/migrations/20230623143144_world.sql +++ b/sql/migrations/20230623143144_world.sql @@ -214,12 +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; --- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ --- Corrections to The Captain's Chest Patch Progression -UPDATE `quest_template` SET `CompleteEmote` = 1 WHERE `entry` = 8551 AND `patch`=7; -DELETE FROM `quest_template` WHERE `entry` = 614 AND `patch` = 7; -UPDATE `creature_questrelation` SET `patch_max` = 6 WHERE `id` = 2500 AND `quest` = 614; - -- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -- Remove Incorrect Creatures DELETE FROM `creature` WHERE `guid` IN (21707, 21708);