From bdb1b8fe0c823254c7f161394191015e8f96d1bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 22:22:11 -0300 Subject: SysAdmins are allowed to be from all class. All other staff are NOT. --- npc/003-0-1/colin.txt | 2 +- npc/003-0-1/luca.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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: diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index a9c07f678..3cf3c00b6 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -11,7 +11,7 @@ mesn; mesq l("I am the Magic Warriors master."); if (!MAGIC_LVL) goto L_NoMagic; - if (getskilllv(WIZARD_MAGE)) close; + if (getskilllv(WIZARD_MAGE) && !is_admin()) close; if (getskilllv(SM_BASH) >= 1) mesq l("Are you using my skill?"); if (getskilllv(SM_BASH) >= 1) close; -- cgit v1.2.3-60-g2f50