fix(DB/Event): 'New Year Celebrations!' should show only on new … (#20450)
* fix(DB/Conditions): 'New Year Celebrations!' should show only on new year's eve * use game_event_creature_quest Co-Authored-By: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> --------- Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
parent
6161d9969b
commit
94373b6e2d
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
-- New Year Celebrations!
|
||||
DELETE FROM `creature_queststarter` WHERE `quest` IN (8860,8861);
|
||||
DELETE FROM `game_event_creature_quest` WHERE `quest` IN (8860,8861);
|
||||
INSERT INTO `game_event_creature_quest` (`eventEntry`, `id`, `quest`) VALUES
|
||||
(6, 15732, 8860),
|
||||
(6, 15732, 8861);
|
||||
Loading…
Add table
Add a link
Reference in a new issue