diff options
author | Haru <haru@dotalux.com> | 2017-08-22 01:24:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:49:08 +0200 |
commit | 776a33b89c51bbb4a6fe6ebb28b92dac9079826f (patch) | |
tree | 65055cb9770864b85bacfce630fdb2aaddcc1424 /db/pre-re | |
parent | dbf92ff5c3c9085e360a3d91f30a8d4e61639641 (diff) | |
download | hercules-776a33b89c51bbb4a6fe6ebb28b92dac9079826f.tar.gz hercules-776a33b89c51bbb4a6fe6ebb28b92dac9079826f.tar.bz2 hercules-776a33b89c51bbb4a6fe6ebb28b92dac9079826f.tar.xz hercules-776a33b89c51bbb4a6fe6ebb28b92dac9079826f.zip |
Replace the recurring 'Loc: 6144' value in the item_db with a bitmask array
Equivalent: `["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]`
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 0d3097e6e..ffcaaedd2 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -94435,7 +94435,7 @@ item_db: ( AegisName: "T_Mr_Smile" Name: "T Mr Smile" Type: "IT_ARMOR" - Loc: 6144 + Loc: ["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"] Refine: false ViewSprite: 65 Script: <" bonus bStr,2; "> |