diff options
author | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-08 11:03:24 +0000 |
---|---|---|
committer | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-08 11:03:24 +0000 |
commit | 96c184ccaff83c9788e67100465178bb0c1663bd (patch) | |
tree | 6b70d35bd87339f7d4aa150b78235393611fe7e6 /npc/quests/newgears | |
parent | 28a130d40fd4761815cb187f14e5f8b2f6e04249 (diff) | |
download | hercules-96c184ccaff83c9788e67100465178bb0c1663bd.tar.gz hercules-96c184ccaff83c9788e67100465178bb0c1663bd.tar.bz2 hercules-96c184ccaff83c9788e67100465178bb0c1663bd.tar.xz hercules-96c184ccaff83c9788e67100465178bb0c1663bd.zip |
Quest bugfixes.
bugreport:4089, bugreport:3600, bugreport:5046
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15023 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index 7dd7f12e3..696fc60cc 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -1957,6 +1957,8 @@ gl_prison1,97,104,1 script Phendark#LhzHat 1202,{ break; case 3: + mes "Phendark."; + next; if((@temp1 == 1 || @temp1 == 2) && @temp2 == 1) { mes "[Phendark]"; @@ -2000,6 +2002,7 @@ gl_prison1,97,104,1 script Phendark#LhzHat 1202,{ case 4: mes "Zealotus."; + next; break; } switch( select( "Insult him.", "Apologize." ) ) |