diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:54:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:54:55 -0300 |
commit | ed185c63c1662b51d70b0c4e80946b7fb990882d (patch) | |
tree | 773e0c23a04d8af00077bd026104305c8ab25fdf /npc/014-4 | |
parent | 995a69a6a8c3f2068e008920619f00276803c8b4 (diff) | |
download | serverdata-ed185c63c1662b51d70b0c4e80946b7fb990882d.tar.gz serverdata-ed185c63c1662b51d70b0c4e80946b7fb990882d.tar.bz2 serverdata-ed185c63c1662b51d70b0c4e80946b7fb990882d.tar.xz serverdata-ed185c63c1662b51d70b0c4e80946b7fb990882d.zip |
King Arthur now is locked to Guild Master and Guild Vice Leaders.
Normal members will be warned.
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |