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 Aug 26, 2023
1 parent 1f39fe8 commit 3fbe39a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,10 @@ DELETE FROM `pool_gameobject` WHERE `pool_entry` = 1319;
DELETE FROM `pool_template` WHERE `entry` = 1319;
UPDATE `gameobject` SET `spawntimesecsmin` = 300, `spawntimesecsmax` = 300 WHERE `guid`=2223;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Remove Creature in Wrong Place
DELETE FROM `creature` WHERE `guid` = 5608;


-- End of migration.
END IF;
Expand Down

0 comments on commit 3fbe39a

Please sign in to comment.