diff options
-rw-r--r-- | npc/functions/class.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index e36015fd3..1a5412ffd 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -10,6 +10,7 @@ function script ClassMaster { .@CLASS=getarg(0); .@CNAME=getarg(1); .@OTHER=getarg(2); + //.name$=strnpcinfo(1); // Skills .@SK_T1=getarg(3); |