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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db/pre-re') 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: { -- cgit v1.2.3-60-g2f50