diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 22:22:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 22:22:11 -0300 |
commit | bdb1b8fe0c823254c7f161394191015e8f96d1bb (patch) | |
tree | 70ff42c99e1adfe83d48610ff8b322c96aaf6a80 /npc/003-0-1/colin.txt | |
parent | b58af0a364191204dbc1d62f863fe89d1af526b8 (diff) | |
download | serverdata-bdb1b8fe0c823254c7f161394191015e8f96d1bb.tar.gz serverdata-bdb1b8fe0c823254c7f161394191015e8f96d1bb.tar.bz2 serverdata-bdb1b8fe0c823254c7f161394191015e8f96d1bb.tar.xz serverdata-bdb1b8fe0c823254c7f161394191015e8f96d1bb.zip |
SysAdmins are allowed to be from all class. All other staff are NOT.
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 439188ad5..5918b360a 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -11,7 +11,7 @@ mesn; mesq l("I am the Wizard Mages master."); if (!MAGIC_LVL) goto L_NoMagic; - if (getskilllv(MAGIC_WARRIOR)) close; + if (getskilllv(MAGIC_WARRIOR) && !is_admin()) close; close; L_NoMagic: |