From e384a7f2166026dc1c8cdfe49fc2fc105197ea02 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 18 Nov 2016 07:13:21 +0100 Subject: 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 --- db/item_db2.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'db/item_db2.conf') 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 -- cgit v1.2.3-60-g2f50