From 0a4fdb4404900fb03726b98ecbe379f2d5da6bd0 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 18 Nov 2016 04:51:24 +0100 Subject: 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 --- npc/quests/quests_prontera.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50