diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 16:07:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 16:07:39 -0300 |
commit | a90a693da621b34c06334c0e97e7d6919efc74a8 (patch) | |
tree | 3fa8d8ddd556a92890b29719c52700cf8842379c /npc/functions/class.txt | |
parent | 41bdbe16233eb028e753fd5bfd2b372068ad2d95 (diff) | |
download | serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.gz serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.bz2 serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.tar.xz serverdata-a90a693da621b34c06334c0e97e7d6919efc74a8.zip |
Oh dear
Diffstat (limited to 'npc/functions/class.txt')
-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; |