mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameObject: Link "Floating, Medium - MFF" gobs to Midsummer Fire Festival
Closes #24400
(cherry picked from commit 09b22fd4a5)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
--
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=1 AND `guid` IN (17910, 17911, 17912, 17913, 17914, 17915, 20971, 20974, 20979, 20982, 26596, 26703, 26704, 27039, 27265, 27272, 27307, 27311, 27314, 27318, 27319, 27320, 27321, 27552, 27554);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
|
||||
(1, 17910),
|
||||
(1, 17911),
|
||||
(1, 17912),
|
||||
(1, 17913),
|
||||
(1, 17914),
|
||||
(1, 17915),
|
||||
(1, 20971),
|
||||
(1, 20974),
|
||||
(1, 20979),
|
||||
(1, 20982),
|
||||
(1, 26596),
|
||||
(1, 26703),
|
||||
(1, 26704),
|
||||
(1, 27039),
|
||||
(1, 27265),
|
||||
(1, 27272),
|
||||
(1, 27307),
|
||||
(1, 27311),
|
||||
(1, 27314),
|
||||
(1, 27318),
|
||||
(1, 27319),
|
||||
(1, 27320),
|
||||
(1, 27321),
|
||||
(1, 27552),
|
||||
(1, 27554);
|
||||
Reference in New Issue
Block a user