diff options
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 7862e38a9..439188ad5 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -11,7 +11,7 @@ mesn; mesq l("I am the Wizard Mages master."); if (!MAGIC_LVL) goto L_NoMagic; - if (getskilllv("Magic Warrior")) close; + if (getskilllv(MAGIC_WARRIOR)) close; close; L_NoMagic: |