summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/npcmovegraph.txt')
-rw-r--r--npc/functions/npcmovegraph.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/npcmovegraph.txt b/npc/functions/npcmovegraph.txt
index cb2c3471..7e0761aa 100644
--- a/npc/functions/npcmovegraph.txt
+++ b/npc/functions/npcmovegraph.txt
@@ -123,7 +123,7 @@ function script execmovecmd {
}
else if (.@cmd$[0] == "class")
{
- setnpcdisplay strnpcinfo(3), atoi(.@cmd$[1]);
+ .class = atoi(.@cmd$[1]);
}
else if (.@cmd$[0] == "warp")
{