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:
parent
8d933c0398
commit
7e4df53cbc
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue