diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 43643123d..1cb3b85b8 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -30,7 +30,7 @@ function script sChristmas { if (gettime(GETTIME_DAY) <= 26) .@m=10; else - .@m=5; + .@m=6; } else { .@m=3; } |