diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |