mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/game_event_gameobject): link to brewfest 2 gameobjects (#5487)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1619469854375537568');
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (59183, 59184);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
|
||||
(24, 59183),
|
||||
(24, 59184);
|
||||
Reference in New Issue
Block a user