diff options
author | Haru <haru@dotalux.com> | 2017-08-22 01:01:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:51 +0200 |
commit | 042acfe8d78dd28a9bc86c649c0c3029dadf5fc0 (patch) | |
tree | 037dbbc1f287aa0ee6160e10eb393a8d8a1ea1bd /db/pre-re/item_db.conf | |
parent | c911b3840e985c68687c2d8e5b139da6586fb5d1 (diff) | |
download | hercules-042acfe8d78dd28a9bc86c649c0c3029dadf5fc0.tar.gz hercules-042acfe8d78dd28a9bc86c649c0c3029dadf5fc0.tar.bz2 hercules-042acfe8d78dd28a9bc86c649c0c3029dadf5fc0.tar.xz hercules-042acfe8d78dd28a9bc86c649c0c3029dadf5fc0.zip |
Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 906cb5302..1928666cc 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -94473,7 +94473,7 @@ item_db: ( AegisName: "T_Valkyrie_Feather_Band" Name: "T Valkyrie Feather Band" Type: "IT_ARMOR" - Loc: 1024 + Loc: "EQP_COSTUME_HEAD_TOP" ViewSprite: 300 }, { @@ -94481,7 +94481,7 @@ item_db: ( AegisName: "Fine_Sun" Name: "Clear Sun" Type: "IT_ARMOR" - Loc: 1024 + Loc: "EQP_COSTUME_HEAD_TOP" EquipLv: 1 Refine: false ViewSprite: 654 |