summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-29 13:01:19 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-29 13:01:19 +0000
commitd18532ff249b40252a80648a4811a9401f4ad37b (patch)
treeebffcacb91d2e8a698d624a3857b1dbb5f08652f
parent8f36123ac4f0dad6a9c2428b0b01a3ffd81017a4 (diff)
downloadhercules-d18532ff249b40252a80648a4811a9401f4ad37b.tar.gz
hercules-d18532ff249b40252a80648a4811a9401f4ad37b.tar.bz2
hercules-d18532ff249b40252a80648a4811a9401f4ad37b.tar.xz
hercules-d18532ff249b40252a80648a4811a9401f4ad37b.zip
Fixed Gaebolg quest not giving exp in some situations
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11608 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/quests_prontera.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 73bb23704..9adb7698d 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 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) {