From 8d0a50f303276368816e3a940ee05fc5c6f854fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 22:09:00 -0300 Subject: TMW Classic still isn't ready to receive this --- npc/033-1/misc.txt | 6 +++--- 1 file 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; } -- cgit v1.2.3-60-g2f50