summaryrefslogtreecommitdiff
path: root/npc/cities
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-05 18:10:27 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-05 18:10:27 +0000
commitf9eae7b032366afc080254a2ab6366ebe49aa589 (patch)
tree260fb04a442277e89a8f182fa51771b3b1d47213 /npc/cities
parentda6f3363e6e1137a878025ebc4359b9b9a9aa4b3 (diff)
downloadhercules-f9eae7b032366afc080254a2ab6366ebe49aa589.tar.gz
hercules-f9eae7b032366afc080254a2ab6366ebe49aa589.tar.bz2
hercules-f9eae7b032366afc080254a2ab6366ebe49aa589.tar.xz
hercules-f9eae7b032366afc080254a2ab6366ebe49aa589.zip
fixed book of yamir stucking...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r--npc/cities/valkyrie.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/cities/valkyrie.txt b/npc/cities/valkyrie.txt
index b506a451d..ad2845bf7 100644
--- a/npc/cities/valkyrie.txt
+++ b/npc/cities/valkyrie.txt
@@ -4,7 +4,7 @@
//= Nana, fixes by Poki
//= finished, optimized and tested by Lupus
//===== Current Version: =====================================
-//= 2.4
+//= 2.5
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
@@ -23,6 +23,7 @@
//= 2.2 Now ALL quests skills are saved/restored [Lupus]
//= 2.3 Removed Duplicates [Silent]
//= 2.4 Fixed typos, optimized [Lupus]
+//= 2.5 Fixed a stuck bug [Lupus]
//============================================================
@@ -34,7 +35,7 @@ valkyrie.gat,48,66,0 warp valk01 1,1,valkyrie.gat,48,75,0
yuno_in02.gat,93,207,0 script Book of Ymir 111,{
mes "[Book of Ymir]";
if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja) goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
- if(valkyrie_Q == 1) goto L_CONT;
+ if(valkyrie_Q >= 1) goto L_CONT;
L_IGNORE:
mes ". . . . .";
close;