summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-09-28 09:42:38 +0200
committerKess Vargavind <vargavind@gmail.com>2009-09-28 09:42:38 +0200
commit12c7d7f2b5811e371a05fbc45cdbba5ea9bea834 (patch)
tree453dd134a36abb8a0651b1d25b9c08efb45ff161 /npc
parent43e2f1e2aa968f6ed20a40535464483efdcf3538 (diff)
downloadserverdata-12c7d7f2b5811e371a05fbc45cdbba5ea9bea834.tar.gz
serverdata-12c7d7f2b5811e371a05fbc45cdbba5ea9bea834.tar.bz2
serverdata-12c7d7f2b5811e371a05fbc45cdbba5ea9bea834.tar.xz
serverdata-12c7d7f2b5811e371a05fbc45cdbba5ea9bea834.zip
More missing goto's
Diffstat (limited to 'npc')
-rw-r--r--npc/021-2_Tulimshar/government_building.txt4
1 files changed, 2 insertions, 2 deletions
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]";