summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-21 19:55:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-21 19:55:16 -0300
commit4c41f8acd69d217d8b838539d67a518d7b7fdec0 (patch)
tree6ab09f5f527098851cd6326722f1f08fba88dfa7 /npc
parent03a172cd4d18c17f894247f8dc063e8c7d7beb75 (diff)
downloadserverdata-4c41f8acd69d217d8b838539d67a518d7b7fdec0.tar.gz
serverdata-4c41f8acd69d217d8b838539d67a518d7b7fdec0.tar.bz2
serverdata-4c41f8acd69d217d8b838539d67a518d7b7fdec0.tar.xz
serverdata-4c41f8acd69d217d8b838539d67a518d7b7fdec0.zip
Silly code typo! I need to test magic tier 2 ASAP
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/class.txt2
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?");