diff options
author | Haru <haru@dotalux.com> | 2017-08-22 01:16:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:49:03 +0200 |
commit | e203b690c0c42d349da85ec978efb0934dd22029 (patch) | |
tree | 4575c8cf78beed4c35e83372effa044b39a44b98 | |
parent | 98bf5a58d9e79dcb80bdbe64e1c80f18e17a6cbc (diff) | |
download | hercules-e203b690c0c42d349da85ec978efb0934dd22029.tar.gz hercules-e203b690c0c42d349da85ec978efb0934dd22029.tar.bz2 hercules-e203b690c0c42d349da85ec978efb0934dd22029.tar.xz hercules-e203b690c0c42d349da85ec978efb0934dd22029.zip |
Replace the recurring 'Loc: 257' value in the item_db with a bitmask array
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP"]`
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | db/pre-re/item_db.conf | 6 | ||||
-rw-r--r-- | db/re/item_db.conf | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 2626f7c09..48e2a7979 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -37922,7 +37922,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false ViewSprite: 137 @@ -39725,7 +39725,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false ViewSprite: 137 @@ -45888,7 +45888,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] Refine: false ViewSprite: 137 Trade: { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7a50fe4fb..0542a089d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -53621,7 +53621,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false ViewSprite: 137 @@ -55447,7 +55447,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 65 Refine: false ViewSprite: 137 @@ -61314,7 +61314,7 @@ item_db: ( Knight: true Crusader: true } - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] Refine: false ViewSprite: 137 Trade: { @@ -137568,7 +137568,7 @@ item_db: ( Type: "IT_ARMOR" Weight: 1500 Slots: 1 - Loc: 257 + Loc: ["EQP_HEAD_LOW", "EQP_HEAD_TOP"] EquipLv: 70 ViewSprite: 1231 Script: <" |