summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-15 16:07:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-15 16:07:39 -0300
commita90a693da621b34c06334c0e97e7d6919efc74a8 (patch)
tree3fa8d8ddd556a92890b29719c52700cf8842379c /npc/functions
parent41bdbe16233eb028e753fd5bfd2b372068ad2d95 (diff)
downloadserverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.gz
serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.bz2
serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.xz
serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.zip
Oh dear
Diffstat (limited to 'npc/functions')
-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 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;