summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/033-1/misc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt
index 9d7c406..f57cc03 100644
--- a/npc/033-1/misc.txt
+++ b/npc/033-1/misc.txt
@@ -83,15 +83,15 @@ OnTouch:
end;
}
-// Shortcut to TMW Classic?
+// Shortcut to Moubootaur Legends?
033-1,31,155,0 script #Porthos02 NPC_NO_SPRITE,0,0,{
end;
OnTouch:
slide 31, 156;
- mes l("Do you want to visit The Mana World: Classic?");
+ mes l("Do you want to visit The Mana World: Moubootaur Legends?");
next;
if (askyesno() == ASK_YES)
- MirrorLakeSendTo(MLP_TMW, 0);
+ MirrorLakeSendTo(MLP_ML, 0);
closeclientdialog;
end;
}