diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:33:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:33:00 -0300 |
commit | 545e83916fcf78fd82033de0bc7a11e97fa3f144 (patch) | |
tree | 14a4505027529ec4da3356079e039bfc025f1149 /npc/018-5 | |
parent | 67a3c5acc38d76d83cfbaa401f29f470f645d230 (diff) | |
download | serverdata-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/018-5')
-rw-r--r-- | npc/018-5/teleporter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-5/teleporter.txt b/npc/018-5/teleporter.txt index 8a3dcdaff..7b3be840b 100644 --- a/npc/018-5/teleporter.txt +++ b/npc/018-5/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 ""; |