From 65c0fb784c836dcb5b90e8e5a3350ffc1c14d13a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Dec 2018 15:32:16 -0200 Subject: Fix bugs --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') 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; -- cgit v1.2.3-70-g09d2