diff options
-rw-r--r-- | npc/006-1_Desert_mountains/miriam.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |