From 5700344c0356ed9170704f89cc31a54ef3f0df25 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Sep 2019 10:58:20 -0300 Subject: Fix typo on season() --- npc/functions/seasons.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 51fee458f..2d82b5c79 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -14,10 +14,10 @@ // AUTUMN: Autumn, 22/09 function script season { - .@current_month = getarg(0, gettime(GETTIME_MONTH)); + .@current_month = getarg(1, gettime(GETTIME_MONTH)); if (.@current_month % 3 == 0) { - .@current_day = getarg(1, gettime(GETTIME_DAYOFMONTH)); + .@current_day = getarg(0, gettime(GETTIME_DAYOFMONTH)); switch (.@current_month) { case MARCH: .@season_day = 20; break; -- cgit v1.2.3-60-g2f50