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 /npc/quests/quests_prontera.txt | |
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 'npc/quests/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index d443d5712..03b119456 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -186,7 +186,7 @@ prt_in,38,108,4 script Teacher 1_M_INNKEEPER,{ delitem Hinalle,1; delitem Aloe,1; delitem Ment,1; - getitem 5012,1; //Ph.D_Hat + getitem(Ph_D_Hat, 1); mes "[Teacher]"; mes "I really really appreciate you what you've done for me. I'm truly grateful. I will give my precious item to you as promised."; next; |