mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/game_event_gameobject): Brewfest gameobject in Winter Veil (#4026)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1608597053624009600');
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (59177, 59178);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
|
||||
(24, 59177),
|
||||
(24, 59178);
|
||||
Reference in New Issue
Block a user