fix(DB/GameObject): Remove dynamically spawned necropoli gameobjects. (#16251)
Remove offending necropoli.
This commit is contained in:
parent
692da9055a
commit
5c5c28c715
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue