From c55b8a59a7c2e1485cbd88f63d8a2c450696bb7c Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 28 Nov 2009 18:51:25 -0700 Subject: Don't show the menu for party join permits again --- npc/021-2_Tulimshar/government_building.txt | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-60-g2f50