diff options
author | Haru <haru@dotalux.com> | 2017-08-21 23:01:17 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:46 +0200 |
commit | f47f8232518dc4d47cdce3925d5963fe48e8a2d1 (patch) | |
tree | 6816a35dbbc2c50863443b17963b2f393f78cfb2 /db/item_db2.conf | |
parent | 0c82a9af71dcb0fb27e0b68632927ba0f0e6f121 (diff) | |
download | hercules-f47f8232518dc4d47cdce3925d5963fe48e8a2d1.tar.gz hercules-f47f8232518dc4d47cdce3925d5963fe48e8a2d1.tar.bz2 hercules-f47f8232518dc4d47cdce3925d5963fe48e8a2d1.tar.xz hercules-f47f8232518dc4d47cdce3925d5963fe48e8a2d1.zip |
Replace 16 with "EQP_ARMOR" in the item_db Loc field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/item_db2.conf')
-rw-r--r-- | db/item_db2.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index 29a3a0189..4e8c69c83 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -614,7 +614,7 @@ item_db: ( All: true Novice: false } - Loc: 16 + Loc: "EQP_ARMOR" OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, @@ -632,7 +632,7 @@ item_db: ( Novice: false } Gender: 1 - Loc: 16 + Loc: "EQP_ARMOR" OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> }, |