DB/Game_event: add missing game_event_gameobject entries

Closes #28627 by @Foldor

(cherry picked from commit 8a6947411b964f732f77d98bdbba9abc7b6e0fe9)
This commit is contained in:
Aokromes
2026-05-25 15:13:18 +02:00
committed by Shauren
parent 23c22e4bcc
commit e6f5cb62c8
@@ -0,0 +1,33 @@
--
DELETE FROM `game_event_gameobject` WHERE `guid` IN (28140, 28142, 28143, 28144, 28150, 28152, 28156, 28157, 28160, 28161, 28162, 28163, 28168, 28169, 28171, 28173, 28176, 28177, 28178, 28180, 28188, 77739, 77740, 77742, 77743, 77745, 77746, 77747) AND `eventEntry` IN (1, 12);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
-- MFF Cleanup
(1, 28140),
(1, 28142),
(1, 28143),
(1, 28144),
(1, 28150),
(1, 28152),
(1, 28156),
(1, 28157),
(1, 28160),
(1, 28161),
(1, 28162),
(1, 28163),
(1, 28168),
(1, 28169),
(1, 28171),
(1, 28173),
(1, 28176),
(1, 28177),
(1, 28178),
(1, 28180),
(1, 28188),
-- Hallow's End Cleanup
(12, 77739),
(12, 77740),
(12, 77742),
(12, 77743),
(12, 77745),
(12, 77746),
(12, 77747);