From 9828447cdb1ba910fc48eb58a278e2e816aeed84 Mon Sep 17 00:00:00 2001 From: brianluau Date: Wed, 26 Aug 2009 10:26:45 +0000 Subject: - Fixed Snake Head Hat (5388) Double Attack bonus. (bugreport:3483) - Added missing 'break' in some Juperos warps. - Updated SQL item/mob databases to latest. (thanks Peter) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14029 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_juperos.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/quests/quests_juperos.txt') diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 67deb6fb6..0b5441add 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1782,6 +1782,7 @@ OnTouch: close2; stopnpctimer; warp "juperos_02",128,278; + break; case 2: mes "^777777["+ strcharinfo(0) +"]^000000"; mes "N-No! This is"; @@ -1791,6 +1792,7 @@ OnTouch: close2; stopnpctimer; warp "juperos_01",96,91; + break; } end; @@ -5068,6 +5070,7 @@ OnTouch: close2; stopnpctimer; warp "juperos_02",130,142; + break; case 2: mes "[" + strcharinfo(0) + "]"; mes "Not now!"; @@ -5075,6 +5078,7 @@ OnTouch: close2; stopnpctimer; warp "jupe_gate",50,168; + break; } end; -- cgit v1.2.3-60-g2f50