diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/class.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 6b1c731cc..9d659fafb 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -22,7 +22,7 @@ function script ClassMaster { if (getskilllv(.@CLASS) == 0) goto L_SignUp; if (getskilllv(.@CLASS) == 1 && MAGIC_LVL >= 2 && ST_TIER == 0) goto L_Tier2; - if (getskilllv(.@CLASS) == 1 && MAGIC_LVL >= 2 && ST_TIER > 1) goto L_T2_S0; + if (getskilllv(.@CLASS) == 1 && MAGIC_LVL >= 2 && ST_TIER >= 1) goto L_T2_S0; // Sanity check if (getskilllv(.@SK_T1) >= 1) mesq l("Are you using my skill?"); |