diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 73bb23704c..9adb7698d1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/10/29 + * Fixed Gaebolg quest not giving exp in some situations [Playtester] 2007/10/28 * Rev. 11605 Updated NPC headers to fix errors caused by rev. 11603. [L0ne_W0lf] - Note: non-standard loaded scripts need to be checked for errors/duplicates. diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index ca1e81472c..6d9cf0fc5e 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) {