mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 11:33:48 +00:00
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:
@@ -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);
|
||||||
Reference in New Issue
Block a user