DB/Events: linked missing Darkmoon Faire gameobjects and creatures to event

This commit is contained in:
Ovahlord
2019-08-11 15:48:54 +02:00
parent 4ba820d5dc
commit a3fe4fc0d1

View File

@@ -0,0 +1,35 @@
DELETE FROM `game_event_gameobject` WHERE `guid` IN (224807, 224806, 224805, 224804, 224803, 224802, 224801, 224800, 224799, 224798, 224797, 224796, 224795, 224794, 224793, 224792, 224791, 224790, 224789, 224788, 224787, 224786, 224785, 224784, 224783, 224782, 218912, 218911);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(3, 224807),
(3, 224806),
(3, 224805),
(3, 224804),
(3, 224803),
(3, 224802),
(3, 224801),
(3, 224800),
(3, 224799),
(3, 224798),
(3, 224797),
(3, 224796),
(3, 224795),
(3, 224794),
(3, 224793),
(3, 224792),
(3, 224791),
(3, 224790),
(3, 224789),
(3, 224788),
(3, 224787),
(3, 224786),
(3, 224785),
(3, 224784),
(3, 224783),
(3, 224782),
(3, 218912),
(3, 218911);
DELETE FROM `game_event_creature` WHERE `guid` IN (311053, 286731);
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(3, 311053),
(3, 286731);