diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-2_Tulimshar/government_building.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/021-2_Tulimshar/government_building.txt b/npc/021-2_Tulimshar/government_building.txt index 4574d08a..9ecfb219 100644 --- a/npc/021-2_Tulimshar/government_building.txt +++ b/npc/021-2_Tulimshar/government_building.txt @@ -149,6 +149,7 @@ S_give_rings: if (getskilllv(@PARTY_SKILL) == 2 ) goto L_Base_Menu; if (BaseLevel >= 15 && getskilllv(@PARTY_SKILL) == 1) goto L_Can_Make_Party; + if (getskilllv(@PARTY_SKILL) == 1) goto L_Base_Menu; if (BaseLevel >= 10) goto L_Can_Party; L_Base_Menu: |