diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/class.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 1a5412ffd..02354ed1d 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -8,8 +8,8 @@ // ClassID, ClassName, OtherClass, sk1, function script ClassMaster { .@CLASS=getarg(0); - .@CNAME=getarg(1); - .@OTHER=getarg(2); + .@CNAME$=getarg(1); + .@OTHER$=getarg(2); //.name$=strnpcinfo(1); // Skills |