diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/config.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/annuals/xmas/config.txt b/world/map/npc/annuals/xmas/config.txt index 4eacec58..e63c07e2 100644 --- a/world/map/npc/annuals/xmas/config.txt +++ b/world/map/npc/annuals/xmas/config.txt @@ -40,6 +40,8 @@ -|script|#XmasConfig|-1, { + end; + OnCommandRestartQuest: goto L_Main; @@ -278,6 +280,7 @@ L_Main: goto L_RewardTime; if((gettime(6) >= $@xmas_start_month) || (gettime(6) <= $@xmas_end_month && gettime(5) <= $@xmas_reward_start_day)) goto L_EventTime; + goto L_NoEventTime; L_NoEventTime: if($XMAS_TIME_KEY[5] < gettime(7)) |