diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-09 22:42:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-09 22:42:58 -0300 |
commit | b800445114b4c2ddc65a4303a798b6068d1106a7 (patch) | |
tree | 80279bc457cd7b559fbefae80fd2216fe8ac57a1 /npc/functions | |
parent | 62d06220d68b4ce6fc8aead54c6d59a82b4a2c48 (diff) | |
download | serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.gz serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.bz2 serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.tar.xz serverdata-b800445114b4c2ddc65a4303a798b6068d1106a7.zip |
Update Mirror Lake Arrival Rules
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
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; } |