diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a9eade569..6be4a987c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2394,6 +2394,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2414,6 +2418,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2434,6 +2442,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; |