mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/GameObject-SpawnEvent): Brewfest banners in Darnassus (#4835)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user