fix(DB/Event): Shadowfang Keep's Valentine decoration. (#15283)

This commit is contained in:
avarishd
2023-03-07 19:44:12 +02:00
committed by GitHub
parent 4141ec1e21
commit 3ebf42887b

View File

@@ -0,0 +1,29 @@
-- SFK Valentine
DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 8 AND `guid` IN (9755,9764,9776,9814,9815,9816,9817,9818,9819,9827,9831,9832,9835,9836,9821,9823,9834,9837,9775,9788,9820,9822,9824,9825,9826,9829);
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
(8, 9755), -- Wall ornaments
(8, 9764),
(8, 9776),
(8, 9814),
(8, 9815),
(8, 9816),
(8, 9817),
(8, 9818),
(8, 9819),
(8, 9827),
(8, 9831),
(8, 9832),
(8, 9835),
(8, 9836),
(8, 9775), -- Candles
(8, 9788),
(8, 9820),
(8, 9822),
(8, 9824),
(8, 9825),
(8, 9826),
(8, 9829),
(8, 9821), -- Flower vase
(8, 9823),
(8, 9834),
(8, 9837);