diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 18:14:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 18:14:22 -0300 |
commit | c99162adfd0722dcff5a812f91e2523068f1cbe6 (patch) | |
tree | 884dade1f9947d20f152d3fe8abbc4f97b711a41 | |
parent | d387d7058f45b0dbac3bc0086f744791f38706ae (diff) | |
download | serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.gz serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.bz2 serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.tar.xz serverdata-c99162adfd0722dcff5a812f91e2523068f1cbe6.zip |
Lua Inflaction - No longer apply price overcharge to Ms. @demure
Nor to any senior Game Master.
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 5555eaae8..42257d51c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -63,7 +63,7 @@ OnGMEventShop: L_GMEventShop: // Inflaction: Non-admins pay more out of main events (for whatever reasons) .@inf=1; - if (!is_admin() && $EVENT$ == "") + if (!is_master() && $EVENT$ == "") .@inf+=1; // Main Code |