summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-09 17:33:00 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-09 17:33:00 -0300
commit545e83916fcf78fd82033de0bc7a11e97fa3f144 (patch)
tree14a4505027529ec4da3356079e039bfc025f1149 /npc/009-1
parent67a3c5acc38d76d83cfbaa401f29f470f645d230 (diff)
downloadserverdata-545e83916fcf78fd82033de0bc7a11e97fa3f144.tar.gz
serverdata-545e83916fcf78fd82033de0bc7a11e97fa3f144.tar.bz2
serverdata-545e83916fcf78fd82033de0bc7a11e97fa3f144.tar.xz
serverdata-545e83916fcf78fd82033de0bc7a11e97fa3f144.zip
Remove Artis and Esperia Teleporter Constants.
Add LoF teleporter constant. Prepare POL_LocToTP
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/teleporter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-1/teleporter.txt b/npc/009-1/teleporter.txt
index 27eefc46a..f36abc917 100644
--- a/npc/009-1/teleporter.txt
+++ b/npc/009-1/teleporter.txt
@@ -29,8 +29,8 @@ OnTouch:
rif(TELEPORTERS & TP_TULIM, l("Tulimshar")),
rif(TELEPORTERS & TP_HURNS, l("Hurnscald")),
rif(TELEPORTERS & TP_NIVAL, l("Nivalis")),
- rif(TELEPORTERS & TP_ARTIS, l("Artis")),
- rif(TELEPORTERS & TP_ESPER, l("Esperia")),
+ rif(TELEPORTERS & TP_LOF, l("Land Of Fire")),
+ rif(TELEPORTERS & TP_FORT, l("Fortress Island")),
rif(TELEPORTERS & TP_BOSSR, l("The Monster King Fortress")),
l("None");
mes "";