From 5e24bea13adcded06815b2c47ed603deb2ef7264 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 May 2021 23:22:40 -0300 Subject: Avoid Mirror Lake from accidentally overriding Jail --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 8201bda0a..500de2f17 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -23,7 +23,7 @@ function script HUB_Login { deletearray PVP_COOLDOWN; // Mirror Lake functionality - if (getvaultid()) { + if (getvaultid() && !getstatus(SC_JAILED)) { .@gto=get_byte(##00_INFO, 3); .@mlp=get_nibble(##00_INFO, 5); // Work only on new chars, or chars which cleared Tulimshar. -- cgit v1.2.3-60-g2f50