mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/Event): (Mulgore) DMF Building event GOs in Brewfest. (#15478)
* fix(DB/Event): DMF Building event objects in Brewfest. * Update data/sql/updates/pending_db_world/rev_1679241095722302100.sql
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Remove (71) Darkmoon Faire Building (Mulgore) gameobjects from (24) Brewfest
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 24 AND `guid` IN (31919,31918,31916,31915,31914,31913,31912,31879,31878,31877,31876,31875,31874,31872);
|
||||
Reference in New Issue
Block a user