mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Event): Shadowfang Keep's Valentine decoration. (#15283)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user