summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.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/npcmovegraph.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/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 7e0761aa..4ae7abcd 100644
--- a/npc/functions/npcmovegraph.txt
+++ b/npc/functions/npcmovegraph.txt
@@ -170,7 +170,7 @@ function script execmovecmd {
}
else if (.@cmd$[0] == "speed")
{
- npcspeed atoi(.@cmd$[1]);
+ .speed = atoi(.@cmd$[1]);
}
else if (.@cmd$[0] == "say")
{