From 6f12056dc543decd7f78d5dfd058b61b82f1dabe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Dec 2018 02:47:11 -0200 Subject: [skip ci] bad order --- npc/017-1/stranger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt index 8e83c9ea6..1beeb5264 100644 --- a/npc/017-1/stranger.txt +++ b/npc/017-1/stranger.txt @@ -8,7 +8,7 @@ // Months: February, May, August, September 017-1,44,37,0 script Stranger#LoF NPC_LOF_STRANGER,{ - if (!$@GM_OVERRIDE && gettime(GETTIME_MONTH) % 3 != 2 || gettime(GETTIME_DAYOFMONTH) < 18 || gettime(GETTIME_DAYOFMONTH) > 25) { + if (!$@GM_OVERRIDE && (gettime(GETTIME_MONTH) % 3 != 2 || (gettime(GETTIME_DAYOFMONTH) < 18 && gettime(GETTIME_DAYOFMONTH) > 25))) { dispbottom l("An error with Stranger#LoF happened! Please report!!"); disablenpc .name$; end; -- cgit v1.2.3-70-g09d2