diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-12 08:57:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-12 08:57:06 -0300 |
commit | 07403f5af4a0be125fddbe1dc40330d043309812 (patch) | |
tree | fbec8f49b49cdc75f0a6f7516e263cb660ed0ef8 /npc/003-1 | |
parent | 69df270c8e5ae5ef86c7ebd1db6dfbf7ff26ab9d (diff) | |
download | serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.gz serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.bz2 serverdata-07403f5af4a0be125fddbe1dc40330d043309812.tar.xz serverdata-07403f5af4a0be125fddbe1dc40330d043309812.zip |
Deprecation concerning "debug" constant (I have new plans for it)
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 2216281fa..5593510d0 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -550,7 +550,7 @@ function script CheckGuard { .@guard_count = 0; .@count_tmp = 0; - if (debug) + if ($@GM_OVERRIDE) npctalk3 l("Hello, I am G-@@, of the @@ order.", .@guard_id, $@GuardBits[.@guard_id]); if (GUARDS_DONE_BITARRAY & $@GuardBits[.@guard_id]) |