summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]";