summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-04 13:39:01 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-04 13:39:01 -0300
commit2050c457b7aaf14e0dc6e6b2b4793da1be6f828b (patch)
tree92c91b5ac643612864a9ffe0ff12d3f1d57dfdec /npc/items
parent7c057bc19b36c71171a2c4155df5422f93b2c455 (diff)
downloadserverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.gz
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.bz2
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.xz
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.zip
Update some old, precarious code
Diffstat (limited to 'npc/items')
-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 c85dacd6f..d08f006c7 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -49,6 +49,6 @@ OnUse:
// Save new location and warp you there
EnterTown(@dest$);
- doevent "Emergency Exit::OnVisitLX";
+ ReturnTown();
end;
}