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/mob_db2.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'db/mob_db2.conf') diff --git a/db/mob_db2.conf b/db/mob_db2.conf index f7b8bd9af..8d3e67904 100644 --- a/db/mob_db2.conf +++ b/db/mob_db2.conf @@ -560,9 +560,9 @@ mob_db: ( MvpExp: 0 Drops: { Rat_Tail: 9000 - Animal's_Skin: 3000 + Animals_Skin: 3000 Feather: 800 - Monster's_Feed: 1000 + Monsters_Feed: 1000 Ora_Ora: 2 RicePouch: 2500 Tarou_Card: 1 @@ -609,7 +609,7 @@ mob_db: ( MvpExp: 0 Drops: { Claw_Of_Rat: 4656 - Monster's_Feed: 1000 + Monsters_Feed: 1000 Blue_Jewel: 80 Glass_Bead: 110 Lemon: 250 @@ -982,7 +982,7 @@ mob_db: ( Branch_Of_Dead_Tree: 500 Buche_De_Noel: 500 Fire_Cracker_Xmas: 500 - Santa's_Hat_: 500 + Santas_Hat_: 500 Red_Bag: 500 Sweet_Candy_Striper: 500 Santa_Beard: 500 -- cgit v1.2.3-60-g2f50