summaryrefslogtreecommitdiff
path: root/npc/001-2-26/flask.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-26/flask.txt')
-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;