diff options
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 14e15724b..12c5e8dda 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -33,7 +33,7 @@ function script HUB_Login { debugmes "VAULT LOGIN, GTO is %d MLP is %d", .@gto, .@mlp; */ // Work only on new chars, or chars which cleared Tulimshar. - if (.@gto == $WID && + if (.@gto == WORLD_ID && (!getq(General_Narrator) || (getq(General_Narrator) && BaseLevel > 20))) { |