fix(DB/GameObject): Remove dynamically spawned necropoli gameobjects. (#16251)

Remove offending necropoli.
This commit is contained in:
Benjamin Jackson
2023-05-13 13:57:36 -04:00
committed by GitHub
parent 692da9055a
commit 5c5c28c715

View File

@@ -0,0 +1,3 @@
DELETE FROM `gameobject` WHERE `guid` IN (105000, 105001, 105002, 105003, 105004, 105005, 105014, 105015, 105016, 105017, 105018, 105019, 105020, 105021);
DELETE FROM `game_event_gameobject` WHERE `guid` IN (105000, 105001, 105002, 105003, 105004, 105005, 105014, 105015, 105016, 105017, 105018, 105019, 105020, 105021);