Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Sep 15, 2023
1 parent 167a58f commit d147045
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d147045

Please sign in to comment.