summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index 7e51ecdfd..24e29ea3d 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -155,7 +155,10 @@ function script GlobalEventMenu {
debugmes "Snakes are now dropping Pearls.";
*/
break;
- case 4: sChristmas(); break;
+ case 4:
+ logmes "Enabled CHRISTMAS event.", LOGMES_ATCOMMAND;
+ query_sql("DELETE FROM `quest` WHERE `quest_id` = '"+SQuest_Christmas+"'");
+ sChristmas(); break;
case 5: DelItemFromEveryPlayer(MurdererCrown); break;
}