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/mob_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/mob_db2.conf')
-rw-r--r-- | db/mob_db2.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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 |