diff options
Diffstat (limited to 'npc')
-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; |