diff options
author | Haru <haru@dotalux.com> | 2016-11-18 04:51:24 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:39 +0100 |
commit | 0a4fdb4404900fb03726b98ecbe379f2d5da6bd0 (patch) | |
tree | efee306e996ccc603ab8da9d0f90c44a5c0199ba /db/re/item_db.conf | |
parent | 832d63da2daab969eeeb9795ea23ccb1b648ce35 (diff) | |
download | hercules-0a4fdb4404900fb03726b98ecbe379f2d5da6bd0.tar.gz hercules-0a4fdb4404900fb03726b98ecbe379f2d5da6bd0.tar.bz2 hercules-0a4fdb4404900fb03726b98ecbe379f2d5da6bd0.tar.xz hercules-0a4fdb4404900fb03726b98ecbe379f2d5da6bd0.zip |
Replaced some unsupported symbols in AegisNames (step 1)
This removes some unsupported symbols (despite they being official names) in
AegisNames. The replacement rules used are:
- Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`).
- If the replaced symbol is at a word boundary (beginning or end of the string,
or next to another underscore), it is suppressed instead.
- If the replacement causes an AegisName conflict, underscores are appended
appropriately.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/item_db.conf')
-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 6b3789d22..2af024f36 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -52943,7 +52943,7 @@ item_db: ( }, { Id: 5012 - AegisName: "Ph.D_Hat" + AegisName: "Ph_D_Hat" Name: "Ph.D Hat" Type: 5 Buy: 20 @@ -58686,7 +58686,7 @@ item_db: ( }, { Id: 5347 - AegisName: "Ph.D_Hat_" + AegisName: "Ph_D_Hat_" Name: "Ph.D Hat" Type: 5 Buy: 20 @@ -66819,7 +66819,7 @@ item_db: ( }, { Id: 5810 - AegisName: "Ph.D_Hat_V" + AegisName: "Ph_D_Hat_V" Name: "Ph.D Hat V" Type: 5 Buy: 20 @@ -66878,7 +66878,7 @@ item_db: ( }, { Id: 5813 - AegisName: "Red_Ph.D_Hat" + AegisName: "Red_Ph_D_Hat" Name: "Red Scholar Hat" Type: 5 Buy: 1000 @@ -72001,7 +72001,7 @@ item_db: ( }, { Id: 6375 - AegisName: "Amatsu_Bead_!" + AegisName: "Amatsu_Bead_" Name: "Amatsu Bead !" }, { @@ -75928,7 +75928,7 @@ item_db: ( }, { Id: 7180 - AegisName: "Introduction_Of_Mr.Han" + AegisName: "Introduction_Of_Mr_Han" Name: "Hahn Sukbong's Recommendation" Weight: 10 }, @@ -83238,7 +83238,7 @@ item_db: ( }, { Id: 9024 - AegisName: "Bapho_Jr._Egg" + AegisName: "Bapho_Jr_Egg" Name: "Bapho Jr. Egg" Type: 7 Buy: 20 @@ -142484,7 +142484,7 @@ item_db: ( }, { Id: 20050 - AegisName: "C_Ph.D_Hat" + AegisName: "C_Ph_D_Hat" Name: "Costume Ph.D Hat" Type: 5 Loc: 1024 |