From 12c7d7f2b5811e371a05fbc45cdbba5ea9bea834 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Mon, 28 Sep 2009 09:42:38 +0200 Subject: More missing goto's --- npc/021-2_Tulimshar/government_building.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/021-2_Tulimshar/government_building.txt') diff --git a/npc/021-2_Tulimshar/government_building.txt b/npc/021-2_Tulimshar/government_building.txt index 894a8f67..4574d08a 100644 --- a/npc/021-2_Tulimshar/government_building.txt +++ b/npc/021-2_Tulimshar/government_building.txt @@ -178,7 +178,7 @@ L_Get_Party: close; L_Give_Party: - if (zeny < 10) L_NotEnoughMoney; + if (zeny < 10) goto L_NotEnoughMoney; set zeny, zeny - 10; setskill @PARTY_SKILL, 1; mes "[Tathin]"; @@ -198,7 +198,7 @@ L_Get_Make_Party: close; L_Give_Make_Party: - if (zeny < 50) L_NotEnoughMoney; + if (zeny < 50) goto L_NotEnoughMoney; set zeny, zeny - 50; setskill @PARTY_SKILL, 2; mes "[Tathin]"; -- cgit v1.2.3-60-g2f50