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/mob_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/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9d72380f7..27c6f6686 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -13754,7 +13754,7 @@ mob_db: ( Fire_Scroll_1_5: 100 Fashionable_Glasses: 10 Cold_Scroll_1_5: 100 - Ph.D_Hat: 1 + Ph_D_Hat: 1 Sageworm_Card: 1 } }, @@ -20388,7 +20388,7 @@ mob_db: ( Taegeuk_Plate: 5820 Sword_Of_Grave_Keeper: 5100 Hell_Fire: 80 - Ph.D_Hat: 80 + Ph_D_Hat: 80 Gae_Bolg: 500 Pill: 900 Sway_Apron: 2000 |