summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/seasons.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index 265cf315d..5f7e02e25 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -149,7 +149,7 @@ OnSummerEnd:
OnAutumnStart:
// Ched's Quest Winner
.@nb = query_sql("SELECT c.name FROM `quest` AS i, `char` AS c WHERE i.quest_id=305 AND i.char_id=c.char_id ORDER BY i.count2 DESC LIMIT 1", .@name$);
- $@AUTUMN_VICTOR=.@name$[0];
+ $@AUTUMN_VICTOR$=.@name$[0];
// Fancy trees
addmapmask "012-1", MASK_AUTUMN;