diff options
-rw-r--r-- | db/re/item_db.conf | 1 | ||||
-rw-r--r-- | npc/017-1/stranger.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b4ac1ed3d..aa8b64500 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6042,6 +6042,7 @@ item_db: ( ViewSprite: 1159 Script: <" bonus bCastrate,-10; + bonus bUseSPrate,-10; "> }, { 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))) { |