From 4c208c5aa6c05a338bdd531c07cc2923f5367e4b Mon Sep 17 00:00:00 2001 From: kenpachi2k11 Date: Sun, 11 Mar 2012 22:02:48 +0000 Subject: Fixed Banish Winter Quest (two while loops could not be left). (bugreport:3142) Fixed Siblings Quest exploits and made it more official. (bugreport:4088) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15678 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_moscovia.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_moscovia.txt') diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index e3b442ffa..bc8f97a9a 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -8706,8 +8706,8 @@ mosk_in,221,43,0 script #bowl 111,{ set mos_nowinter,17; close; } - if (.@nankai == 3) { - } + if (.@nankai == 3) + break; } specialeffect EF_BUBBLE; mes "-The liquid has been changed"; @@ -8865,8 +8865,8 @@ mosk_in,221,43,0 script #bowl 111,{ specialeffect EF_POISONATTACK; close; } - if (.@nankai == 7) { - } + if (.@nankai == 7) + break; } mes "-I am sure that the book told me"; mes "to wait for some time.-"; -- cgit v1.2.3-60-g2f50