diff options
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 ""; |