diff options
Diffstat (limited to 'npc/quests/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index d443d5712..e0bd9156e 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; @@ -431,7 +431,7 @@ prontera,248,212,3 script Busy Boy#prt 4_M_KID1,3,3,{ mes "me alone and let me work?"; mes "I've got something important"; mes "to do! When I finish arranging"; - mes "these books, need to... I need to make some preparations!"; + mes "these books, need to... I need to make some preparations!"; close; } mes "[Busy-Looking Boy]"; @@ -2236,7 +2236,7 @@ prt_church,185,106,3 script Father Bamph 1_M_PASTOR,{ mes "the first place? You didn't"; mes "forget that, did you?"; next; - mes "[Father Bampf]"; + mes "[Father Bamph]"; mes "......"; mes "........."; mes "............"; |