diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-25 23:22:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 23:22:40 -0300 |
commit | 5e24bea13adcded06815b2c47ed603deb2ef7264 (patch) | |
tree | b21ea6d4a9d92d7a91084c5b39126d4d86373ed0 /npc/functions/hub.txt | |
parent | aedeb03a8001ea8b6269df79f58f4af23b9194cc (diff) | |
download | serverdata-5e24bea13adcded06815b2c47ed603deb2ef7264.tar.gz serverdata-5e24bea13adcded06815b2c47ed603deb2ef7264.tar.bz2 serverdata-5e24bea13adcded06815b2c47ed603deb2ef7264.tar.xz serverdata-5e24bea13adcded06815b2c47ed603deb2ef7264.zip |
Avoid Mirror Lake from accidentally overriding Jail
Diffstat (limited to 'npc/functions/hub.txt')
-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. |