summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf6
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;
}