diff options
author | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-12 15:53:39 +0000 |
---|---|---|
committer | script-z3r0 <script-z3r0@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-12 15:53:39 +0000 |
commit | 9c4eb44b1b8f064da546c39349f1f5de31f655b7 (patch) | |
tree | 15dc4ffcae01e249316bca898e9d636849f6bc15 /npc/quests/newgears/2005_headgears.txt | |
parent | 77db1f12fdda6e2a0e6778615ca59fe2da10c146 (diff) | |
download | hercules-9c4eb44b1b8f064da546c39349f1f5de31f655b7.tar.gz hercules-9c4eb44b1b8f064da546c39349f1f5de31f655b7.tar.bz2 hercules-9c4eb44b1b8f064da546c39349f1f5de31f655b7.tar.xz hercules-9c4eb44b1b8f064da546c39349f1f5de31f655b7.zip |
Zealotus Mask Update (bugreport:4874)
Modified to use next; instead of close;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15076 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/2005_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index 696fc60cc..6487a7617 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -1984,7 +1984,7 @@ gl_prison1,97,104,1 script Phendark#LhzHat 1202,{ mes "Huh...?"; mes "What is that"; mes "supposed to mean?"; - close; + next; } else if(@temp1 == 3 && @temp2 == 2) { |