diff options
author | Haru <haru@dotalux.com> | 2017-08-22 01:04:06 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:54 +0200 |
commit | b32e8d7878f8756934bfa02e2e2de145dc758f49 (patch) | |
tree | 9e6616ca0e7f098096bf098c0a2af7c9b6aa9e61 /db/re/item_db.conf | |
parent | 95b00bdd8998c2ee186ca6d290b9d1ce493d2d83 (diff) | |
download | hercules-b32e8d7878f8756934bfa02e2e2de145dc758f49.tar.gz hercules-b32e8d7878f8756934bfa02e2e2de145dc758f49.tar.bz2 hercules-b32e8d7878f8756934bfa02e2e2de145dc758f49.tar.xz hercules-b32e8d7878f8756934bfa02e2e2de145dc758f49.zip |
Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3c199661d..9df086674 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -144881,7 +144881,7 @@ item_db: ( Name: "T Archangel's Wings" Type: "IT_ARMOR" Weight: 100 - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" Refine: false ViewSprite: 1 Script: <" bonus bUnbreakableHelm,0; "> @@ -145207,7 +145207,7 @@ item_db: ( AegisName: "Brilliant_Golden_Wings" Name: "Brilliant Golden Wings" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 5 }, { @@ -145274,7 +145274,7 @@ item_db: ( AegisName: "C_Kirin_Wing" Name: "Costume Kirin Wings" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 6 }, { @@ -145327,7 +145327,7 @@ item_db: ( AegisName: "C_Rudra_Wing" Name: "Costume Rudra Wings" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 8 }, { @@ -145431,7 +145431,7 @@ item_db: ( AegisName: "C_Wing_Of_Happiness" Name: "Costume Wing of Happiness" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 9 }, { @@ -145439,7 +145439,7 @@ item_db: ( AegisName: "C_GreatDevilWing" Name: "Costume Great Devil Wings" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 10 }, { @@ -145447,7 +145447,7 @@ item_db: ( AegisName: "C_Amistr_Bag" Name: "Costume Amistr Bag" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 4 Script: <" bonus bMdef,10; @@ -145459,7 +145459,7 @@ item_db: ( AegisName: "C_Fallen_Angel_Wing" Name: "Costume Fallen Angel Wing" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 3 }, { @@ -145467,7 +145467,7 @@ item_db: ( AegisName: "C_Archangel_Wing" Name: "Costume Archangel Wing" Type: "IT_ARMOR" - Loc: 8192 + Loc: "EQP_COSTUME_GARMENT" ViewSprite: 1 }, { |