mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/GameEvent): darkmoon faire carnie spawn on event (#5293)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618438031594589517');
|
||||
|
||||
DELETE FROM `game_event_creature` WHERE `guid`=137686 AND `eventEntry`=5;
|
||||
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
|
||||
(5, 137686);
|
||||
Reference in New Issue
Block a user