diff options
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; } |