Fixed Gaebolg quest not giving exp in some situations

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11608 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2007-10-29 13:01:19 +00:00
parent fc9d14b1bd
commit 81edd5a9a2
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
====== ======
2007/10/29
* Fixed Gaebolg quest not giving exp in some situations [Playtester]
2007/10/28 2007/10/28
* Rev. 11605 Updated NPC headers to fix errors caused by rev. 11603. [L0ne_W0lf] * 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. - Note: non-standard loaded scripts need to be checked for errors/duplicates.

View File

@ -2848,7 +2848,7 @@ prt_church,184,110,3 script Father Biscuss 60,{
mes "Church, I want to thank"; mes "Church, I want to thank";
mes "you for all of your help."; mes "you for all of your help.";
set prt_curse,36; set prt_curse,36;
set baseExp,BaseExp+1600000; getexp 1600000,0;
close; close;
} }
else if (prt_curse == 36) { else if (prt_curse == 36) {