Explorar o código

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
Playtester %!s(int64=17) %!d(string=hai) anos
pai
achega
81edd5a9a2
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      npc/Changelog.txt
  2. 1 1
      npc/quests/quests_prontera.txt

+ 2 - 0
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.

+ 1 - 1
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) {