fix(DB/Midsummer): disable unrelated debris spawns in front of the Ex… (#18252)

fix(DB/Midsummer): disable unrelated debris spawns in front of the Exodar
This commit is contained in:
sudlud
2024-02-03 11:54:01 +01:00
committed by GitHub
parent 000ec142a2
commit 30a34154c5

View File

@@ -0,0 +1,2 @@
-- Midsummer - disable unrelated debris spawns in front of the Exodar
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` from `gameobject` WHERE `id` IN (180698, 180699, 180700)));