summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/event.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 608080d16..088e15884 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -359,7 +359,7 @@ function script GlobalEventMenu {
break;
case 8:
logmes "Enabled CHRISTMAS event.", LOGMES_ATCOMMAND;
- query_sql("DELETE FROM `quest` WHERE `quest_id` = '"+SQuest_Christmas+"'");
+ DelQuestFromEveryPlayer(SQuest_Christmas);
sChristmas(); break;
case 9:
$EVENT$=any("Demure Birthday", "Blame Saulc");