diff options
author | Haru <haru@dotalux.com> | 2016-11-18 07:13:21 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-11-20 18:10:45 +0100 |
commit | e384a7f2166026dc1c8cdfe49fc2fc105197ea02 (patch) | |
tree | 45853183b6760e267e8783bc0a50cba1199f54c9 /db/item_db2.conf | |
parent | 0a4fdb4404900fb03726b98ecbe379f2d5da6bd0 (diff) | |
download | hercules-e384a7f2166026dc1c8cdfe49fc2fc105197ea02.tar.gz hercules-e384a7f2166026dc1c8cdfe49fc2fc105197ea02.tar.bz2 hercules-e384a7f2166026dc1c8cdfe49fc2fc105197ea02.tar.xz hercules-e384a7f2166026dc1c8cdfe49fc2fc105197ea02.zip |
Replaced some unsupported symbols in AegisNames (step 2)
This removes the remaining unsupported symbols (despite they being
official names) in AegisNames: The apostrophe (`'`) sign is suppressed.
The full replacement rules (cumulative with the step 1 commit) are thus:
- Any apostrophe is suppressed.
- 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/item_db2.conf')
-rw-r--r-- | db/item_db2.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index 8098b4155..e6b467b58 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -148,7 +148,7 @@ item_db: ( /* { Id: 1998 - AegisName: "Jeramiah's_Jur" + AegisName: "Jeramiahs_Jur" Name: "Jeramiah's Jur" Type: 3 Sell: 10 @@ -158,7 +158,7 @@ item_db: ( /* { Id: 1999 - AegisName: "Zed's_Staff" + AegisName: "Zeds_Staff" Name: "Zed's Staff" Type: 3 Sell: 10 @@ -221,7 +221,7 @@ item_db: ( /* { Id: 5136 - AegisName: "Santa's_Hat_" + AegisName: "Santas_Hat_" Name: "Louise's Santa Hat" Type: 5 Buy: 20 @@ -504,7 +504,7 @@ item_db: ( /* { Id: 14466 - AegisName: "Valentine's_Emblem_Box" + AegisName: "Valentines_Emblem_Box" Name: "Valentine's Emblem Box" Type: 2 Buy: 10 @@ -542,7 +542,7 @@ item_db: ( /* { Id: 5817 - AegisName: "Valentine's_Emblem" + AegisName: "Valentines_Emblem" Name: "Valentine's Emblem" Type: 5 Buy: 10 |