diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 10:32:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 10:34:04 -0300 |
commit | 839afa2410291afea1fdd48e9ee48b9f90baebf5 (patch) | |
tree | d4b9bfeb80be13d27458312125e08db483be0fe8 /db/re/item_db.conf | |
parent | 1998a6a09c19677a5e0f5c52cf0d5a75382c1f4a (diff) | |
download | serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.gz serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.bz2 serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.tar.xz serverdata-839afa2410291afea1fdd48e9ee48b9f90baebf5.zip |
Patch the pipeline bug
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 509ffdae8..6f8c53809 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2143,7 +2143,7 @@ item_db: ( Script: <" @min = 90; @max = 260; - if (season() == SUMMER) { + if ($@SEASON == SUMMER) { @min = 270; @max = 780; } @@ -2168,7 +2168,7 @@ item_db: ( Script: <" @min = 130; @max = 307; - if (season() == SUMMER) { + if ($@SEASON == SUMMER) { @min = 390; @max = 921; } @@ -2193,7 +2193,7 @@ item_db: ( Script: <" @min = 165; @max = 395; - if (season() == SUMMER) { + if ($@SEASON == SUMMER) { @min = 495; @max = 1185; } |