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 Dec 19, 2023
1 parent a4d59ea commit 0474e57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0474e57

Please sign in to comment.