summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-09 22:42:58 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-09 22:42:58 -0300
commitb800445114b4c2ddc65a4303a798b6068d1106a7 (patch)
tree80279bc457cd7b559fbefae80fd2216fe8ac57a1
parent62d06220d68b4ce6fc8aead54c6d59a82b4a2c48 (diff)
downloadserverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.gz
serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.bz2
serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.xz
serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.zip
Update Mirror Lake Arrival Rules
-rw-r--r--npc/functions/hub.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 2715344e1..19e27fdf6 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -57,7 +57,9 @@ function script HUB_Login {
{
// Warp to the proper Mirror Lake
switch (.@mlp) {
+ case 2: warp "014-4", 28, 31; LOCATION$ = "LoF"; break;
case 1: warp "018-7-1", 90, 47; LOCATION$ = "LoF"; break;
+ case 0: break;
default: warp "014-4", 28, 31; LOCATION$ = "LoF"; break;
}