mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Events: linked missing Darkmoon Faire gameobjects and creatures to event
This commit is contained in:
35
sql/updates/world/custom/custom_2019_08_11_00_world.sql
Normal file
35
sql/updates/world/custom/custom_2019_08_11_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user