summaryrefslogtreecommitdiff
path: root/npc/items/teleporter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-15 18:26:11 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-15 18:26:11 -0300
commitca900fe304048bf0bd29945b5b0d6f9f34903d87 (patch)
tree6808f9b69c37def31d1cb5c881302e05c7d9bd3d /npc/items/teleporter.txt
parenteaf71d544e8c46442c8175fcddb6352776aa8691 (diff)
downloadserverdata-ca900fe304048bf0bd29945b5b0d6f9f34903d87.tar.gz
serverdata-ca900fe304048bf0bd29945b5b0d6f9f34903d87.tar.bz2
serverdata-ca900fe304048bf0bd29945b5b0d6f9f34903d87.tar.xz
serverdata-ca900fe304048bf0bd29945b5b0d6f9f34903d87.zip
Fix pipeline typo
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r--npc/items/teleporter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt
index 85da81188..4e9b13494 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -10,7 +10,7 @@
// Checks if you can warp
function loftel_check {
- getmapxy(.@m$, .@x, .@y);
+ getmapxy(.@m$, .@x, .@y, 0);
return (readparam(Hp) < readparam(MaxHp) && !getmapflag(.@m$, mf_town));
}