summaryrefslogtreecommitdiff
path: root/npc/functions/npcmove.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-14 00:48:59 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-14 00:48:59 -0200
commitd95b7707c57c8697dd523370dcab163947a60c84 (patch)
treee119d52940f5700ac32c92f92f6b136189ad35bc /npc/functions/npcmove.txt
parentee8b35709e01dbdf4b3c489830d9c2d208ffa4df (diff)
downloadserverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.gz
serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.bz2
serverdata-d95b7707c57c8697dd523370dcab163947a60c84.tar.xz
serverdata-d95b7707c57c8697dd523370dcab163947a60c84.zip
Hercules Update (needed for pipelines)
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 eb6acded0..612ab0361 100644
--- a/npc/functions/npcmove.txt
+++ b/npc/functions/npcmove.txt
@@ -47,7 +47,7 @@ function script domoveaction {
}
else if (.@cmd$ == "emote")
{
- unitemote getnpcid(0), getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
+ unitemote getnpcid(), getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
return 2;
}
else if (.@cmd$ == "class")