Skip to content

Commit

Permalink
DB/Misc: Fix some darkmoon faire things
Browse files Browse the repository at this point in the history
Closes #17383 by prestonjamesparsons
  • Loading branch information
Aokromes committed Jun 16, 2016
1 parent afa0bac commit 809f986
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sql/updates/world/6.x/2016_06_16_00_world.sql
@@ -0,0 +1,16 @@
--
DELETE FROM `game_event_creature` WHERE `guid` IN (314040, 314484, 310945);
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(3, 314040),
(3, 314484),
(3, 310945);

DELETE FROM `game_event_gameobject` WHERE `guid` IN (220437, 220463, 220468, 220476, 220461, 220436, 220466);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(3, 220437),
(3, 220463),
(3, 220468),
(3, 220476),
(3, 220461),
(3, 220436),
(3, 220466);

0 comments on commit 809f986

Please sign in to comment.