diff options
author | Haru <haru@dotalux.com> | 2017-08-21 21:02:17 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:35 +0200 |
commit | d1451e834672d6c6d6e18b2b409464051dff6d1b (patch) | |
tree | cbc9eab5c31dc42d47745ac91b32aeb37a85cb67 /db/re | |
parent | 4ce566f3c25a7705cb634925f4ac2ddab573d951 (diff) | |
download | hercules-d1451e834672d6c6d6e18b2b409464051dff6d1b.tar.gz hercules-d1451e834672d6c6d6e18b2b409464051dff6d1b.tar.bz2 hercules-d1451e834672d6c6d6e18b2b409464051dff6d1b.tar.xz hercules-d1451e834672d6c6d6e18b2b409464051dff6d1b.zip |
Replace 8 with "ITEMUPPER_THIRD" in the item_db Upper field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 56c0adf36..aa304c28a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -130050,7 +130050,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Loc: 32768 Subtype: "A_CANNONBALL" }, @@ -130066,7 +130066,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Loc: 32768 Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Holy; "> @@ -130083,7 +130083,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Loc: 32768 Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Dark; "> @@ -130100,7 +130100,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Loc: 32768 Subtype: "A_CANNONBALL" Script: <" bonus bAtkEle,Ele_Ghost; "> @@ -130117,7 +130117,7 @@ item_db: ( Blacksmith: true Alchemist: true } - Upper: 8 + Upper: "ITEMUPPER_THIRD" Loc: 32768 Subtype: "A_CANNONBALL" }, |