fix(DB/GameObject-SpawnEvent): Brewfest banners in Darnassus (#4835)
This commit is contained in:
parent
aaef283b90
commit
7ebb6e8bfb
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615649181432525500');
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 24 AND `guid` = 59179);
|
||||
INSERT INTO `game_event_gameobject` VALUES (24, 59179);
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE (`eventEntry` = 24 AND `guid` = 59180);
|
||||
INSERT INTO `game_event_gameobject` VALUES (24, 59180);
|
||||
Loading…
Add table
Add a link
Reference in a new issue