mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/Gameobject): Add game_event_object entry for Midsummer Banners in Shattrath (#16562)
* Create rev_1686948961677753100.sql * Update rev_1686948961677753100.sql
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 1 AND `guid` = 28242;
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`,`guid`) VALUES (1, 28242);
|
||||
Reference in New Issue
Block a user