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 942e8dd4f..ae49634b7 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -27,7 +27,7 @@ function script sChristmas { addmonsterdrop(WaterFairy, GingerBreadMan, 1000); if (gettime(GETTIME_MONTH) == DECEMBER) { - if (gettime(GETTIME_DAY) <= 26) + if (gettime(GETTIME_DAYOFMONTH) <= 26) .@m=10; else .@m=8; |