From e203b690c0c42d349da85ec978efb0934dd22029 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 22 Aug 2017 01:16:31 +0200 Subject: 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 --- db/pre-re/item_db.conf | 6 +++--- db/re/item_db.conf | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'db') 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: <" -- cgit v1.2.3-70-g09d2