diff options
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 ca1e81472..6d9cf0fc5 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -2848,7 +2848,7 @@ prt_church,184,110,3 script Father Biscuss 60,{ mes "Church, I want to thank"; mes "you for all of your help."; set prt_curse,36; - set baseExp,BaseExp+1600000; + getexp 1600000,0; close; } else if (prt_curse == 36) { |