mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/GameObject): Remove dynamically spawned necropoli gameobjects. (#16251)
Remove offending necropoli.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user