summaryrefslogtreecommitdiff
path: root/npc/functions/npcmove.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 21:17:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 21:17:07 +0300
commit262e8bd9015e130fabe1b26c2984923c56db5387 (patch)
treecf61c074ef9eb527952b350e49ecc4e864eb8b09 /npc/functions/npcmove.txt
parent2cfa23d3040eb6c6911c85450cacfac4e104f4f4 (diff)
downloadserverdata-262e8bd9015e130fabe1b26c2984923c56db5387.tar.gz
serverdata-262e8bd9015e130fabe1b26c2984923c56db5387.tar.bz2
serverdata-262e8bd9015e130fabe1b26c2984923c56db5387.tar.xz
serverdata-262e8bd9015e130fabe1b26c2984923c56db5387.zip
Replace setnpcdisplay to '.class'.
Diffstat (limited to 'npc/functions/npcmove.txt')
-rw-r--r--npc/functions/npcmove.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/npcmove.txt b/npc/functions/npcmove.txt
index be2a20a9..59107e0a 100644
--- a/npc/functions/npcmove.txt
+++ b/npc/functions/npcmove.txt
@@ -52,7 +52,7 @@ function script domoveaction {
}
else if (.@cmd$ == "class")
{
- setnpcdisplay strnpcinfo(3), getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
+ .class = getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
return 2;
}
else if (.@cmd$ == "warp")