summaryrefslogtreecommitdiff
path: root/npc/functions/npcmove.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 21:25:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 21:25:02 +0300
commit49dbe47290300cbdfc47eed2774896d7f1b6dc6a (patch)
treef470207a0908f999ccd8eea1daca265fb43748a0 /npc/functions/npcmove.txt
parent262e8bd9015e130fabe1b26c2984923c56db5387 (diff)
downloadserverdata-49dbe47290300cbdfc47eed2774896d7f1b6dc6a.tar.gz
serverdata-49dbe47290300cbdfc47eed2774896d7f1b6dc6a.tar.bz2
serverdata-49dbe47290300cbdfc47eed2774896d7f1b6dc6a.tar.xz
serverdata-49dbe47290300cbdfc47eed2774896d7f1b6dc6a.zip
Replace npcspeed to .speed
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 59107e0a..e8aa38aa 100644
--- a/npc/functions/npcmove.txt
+++ b/npc/functions/npcmove.txt
@@ -71,7 +71,7 @@ function script domoveaction {
}
else if (.@cmd$ == "speed")
{
- npcspeed getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
+ .speed = getvariableofnpc(.movepathx[.@pos], strnpcinfo(3));
return 2;
}
else if (.@cmd$ == "sit")