diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 1cb3b85b8..fc58edbf7 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -30,9 +30,9 @@ function script sChristmas { if (gettime(GETTIME_DAY) <= 26) .@m=10; else - .@m=6; + .@m=8; } else { - .@m=3; + .@m=5; } // Drop rates, multiplied by 10 during Christmas (see .@m) addmonsterdrop(Yeti, ClosedChristmasBox, 350*.@m); |