diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-03 22:09:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-03 22:09:00 -0300 |
commit | 8d0a50f303276368816e3a940ee05fc5c6f854fa (patch) | |
tree | 5f73e97b6211cb800d61bcb8da830a3a3bfe42c6 /npc/033-1 | |
parent | 17e80c724382830623530b569b4f8f5e1dd5ac66 (diff) | |
download | serverdata-8d0a50f303276368816e3a940ee05fc5c6f854fa.tar.gz serverdata-8d0a50f303276368816e3a940ee05fc5c6f854fa.tar.bz2 serverdata-8d0a50f303276368816e3a940ee05fc5c6f854fa.tar.xz serverdata-8d0a50f303276368816e3a940ee05fc5c6f854fa.zip |
TMW Classic still isn't ready to receive this
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 6 |
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; } |