diff options
-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 68a0fae48..3f8b7dd59 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -15,7 +15,7 @@ function script ClassMaster { // Skills .@SK_T1=getarg(3); mesn; - mesq l("I am the @@ master.", .@CNAME); + mesq l("I am the @@ master.", .@CNAME$); if (!MAGIC_LVL) goto L_NoMagic; if (getskilllv(.@OTHER) && !is_admin()) close; if (getskilllv(.@CLASS) == 0) goto L_SignUp; |