From ed185c63c1662b51d70b0c4e80946b7fb990882d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Apr 2020 23:54:55 -0300 Subject: King Arthur now is locked to Guild Master and Guild Vice Leaders. Normal members will be warned. --- npc/014-4/kamelot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/014-4/kamelot.txt') diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 2bdcff38d..bd271a161 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -35,7 +35,7 @@ OnTouch: end; // Not in a guild: Gate is sealed (MK might be excluded as well) - if (getcharid(2) <= 0) { + if (getcharid(2) < 1) { dispbottom l("The gates are firmly shut. A warning is on the door, \"DO NOT ENTER. Guild Only.\""); end; } -- cgit v1.2.3-60-g2f50