diff options
author | Haru <haru@dotalux.com> | 2015-12-15 01:27:53 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:37 +0100 |
commit | 832d63da2daab969eeeb9795ea23ccb1b648ce35 (patch) | |
tree | 5b2b779671165a88c5cced7caa369c9318007f07 /db/re | |
parent | b071ee321acea8627f16ecdbcc856492379c8188 (diff) | |
download | hercules-832d63da2daab969eeeb9795ea23ccb1b648ce35.tar.gz hercules-832d63da2daab969eeeb9795ea23ccb1b648ce35.tar.bz2 hercules-832d63da2daab969eeeb9795ea23ccb1b648ce35.tar.xz hercules-832d63da2daab969eeeb9795ea23ccb1b648ce35.zip |
Fixed various broken AegisNames
This removes special symbols (spaces, dashes, parentheses) from various custom
AegisNames for which we don't have the official value available. Where
possible, the appropriate name was guessed (based on similar existing items).
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d94d59d7b..6b3789d22 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -124607,7 +124607,7 @@ item_db: ( }, { Id: 15151 - AegisName: "White_Eco-Shirt" + AegisName: "White_Eco_Shirt" Name: "White Eco-Shirt" Type: 4 Buy: 20 @@ -129729,7 +129729,7 @@ item_db: ( }, { Id: 17246 - AegisName: "HD_Elunium_Box(30)" + AegisName: "HD_Elu_Box30" Name: "HD Elunium Box(30)" Type: 18 Buy: 10 @@ -129747,7 +129747,7 @@ item_db: ( }, { Id: 17247 - AegisName: "HD_Oridecon_Box(30)" + AegisName: "HD_Ori_Box30" Name: "HD Oridecon Box(30)" Type: 18 Buy: 10 @@ -139343,7 +139343,7 @@ item_db: ( }, { Id: 19645 - AegisName: "C_Phoenix Crown" + AegisName: "C_Chinese_Crown_" Name: "Costume Phoenix Crown" Type: 5 Loc: 3072 @@ -144491,7 +144491,7 @@ item_db: ( }, { Id: 20280 - AegisName: "C_Well-Chewed_Pencil" + AegisName: "C_Pencil_In_Mouth" Name: "Costume Well-Chewed Pencil" Type: 5 Loc: 4096 @@ -144549,7 +144549,7 @@ item_db: ( }, { Id: 20287 - AegisName: "C_Mans_Medal(Gold)" + AegisName: "C_Mans_Medal_" Name: "Costume Man's Medal(Gold)" Type: 5 Loc: 1024 @@ -145865,7 +145865,7 @@ item_db: ( }, { Id: 21014 - AegisName: "Infinity_Two-Handed_Sword" + AegisName: "Infinity_Two_Hand_Sword" Name: "Infinity Two-Handed Sword" Type: 4 Buy: 20 @@ -146688,7 +146688,7 @@ item_db: ( }, { Id: 22077 - AegisName: "Red_Eco-Friendly_Shoes" + AegisName: "Red_Eco_Friendly_Shoes" Name: "Red Eco-Friendly Shoes" Type: 4 Buy: 20 |