diff options
Diffstat (limited to 'npc/017-1/stranger.txt')
-rw-r--r-- | npc/017-1/stranger.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt index 9d75731d1..2a2ddccae 100644 --- a/npc/017-1/stranger.txt +++ b/npc/017-1/stranger.txt @@ -5,7 +5,7 @@ // Jesusalva // Description: // Special quest, can be done every three months, on days 18~25. -// Months: February, May, August, September +// Months: February, May, August, November 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))) { |