mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
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:
@@ -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)));
|
||||
Reference in New Issue
Block a user