From 2f3127f3996d9b401b2f6cf680b511a6f2525e9d Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 3 Jan 2011 01:51:52 +0100 Subject: fixed missing goto --- npc/006-1_Desert_mountains/miriam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/006-1_Desert_mountains') diff --git a/npc/006-1_Desert_mountains/miriam.txt b/npc/006-1_Desert_mountains/miriam.txt index 0e937535..e119e0f9 100644 --- a/npc/006-1_Desert_mountains/miriam.txt +++ b/npc/006-1_Desert_mountains/miriam.txt @@ -17,7 +17,7 @@ L_teach: set @agi, readparam(bAgi); set @torso$, getitemname(getequipid(equip_torso)); set @weight, MaxWeight/Weight; - if (@weight < 3) L_heavyweight; + if (@weight < 3) goto L_heavyweight; if (@agi < 90) goto L_slow; if (countitem("SteelShield") > 0 || countitem("WarlordHelmet") > 0 || countitem("CrusadeHelmet") > 0 || countitem("WarlordPlate") > 0 || countitem("KnightsHelmet") > 0 || countitem("InfantryHelmet") > 0 || countitem("ChainmailShirt") > 0) goto L_heavymetal; goto L_offer; -- cgit v1.2.3-60-g2f50