summaryrefslogtreecommitdiff
path: root/npc/001-2-26
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 19:06:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 19:06:59 +0300
commit7c6c2416bc152de0758d7441a373e260b40c4d5b (patch)
treeb992f72b272550240cac03938bea3d455ba47135 /npc/001-2-26
parentd7143f263c94bb70e67674d2243c765226e8fb12 (diff)
downloadserverdata-7c6c2416bc152de0758d7441a373e260b40c4d5b.tar.gz
serverdata-7c6c2416bc152de0758d7441a373e260b40c4d5b.tar.bz2
serverdata-7c6c2416bc152de0758d7441a373e260b40c4d5b.tar.xz
serverdata-7c6c2416bc152de0758d7441a373e260b40c4d5b.zip
Replace getnpcdir and setnpcdir with one or zero parameters to variable '.dir'.
Diffstat (limited to 'npc/001-2-26')
-rw-r--r--npc/001-2-26/flask.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-26/flask.txt b/npc/001-2-26/flask.txt
index 1db45c5f..8afa58c3 100644
--- a/npc/001-2-26/flask.txt
+++ b/npc/001-2-26/flask.txt
@@ -5,13 +5,13 @@
// Alchemy animation.
001-2-26,32,27,4 script #FlaskAlchemyLab NPC_FLASK,{
- setnpcdir 2;
+ .dir = 2;
stopnpctimer;
initnpctimer;
close;
OnTimer12920:
- setnpcdir 4;
+ .dir = 4;
stopnpctimer;
end;