From c0619600967f96f3d5dd82ea983b3ebcdb163a61 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 Dec 2020 12:08:38 -0300 Subject: Update some Christmas code regarding quest deletion --- npc/functions/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/event.txt') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 71f717667..a9562fe02 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -580,7 +580,7 @@ OnClock0000: if ($EVENT$ != "") FYStopEvent(); $EVENT$="Christmas"; - query_sql("DELETE FROM `quest` WHERE `quest_id` = '"+SQuest_Christmas+"'"); + DelQuestFromEveryPlayer(SQuest_Christmas); sChristmas(); } // End the event the day after -- cgit v1.2.3-70-g09d2