diff options
Diffstat (limited to 'npc/005-3/barrel.txt')
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index fe0d70bc6..160e779e8 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -16,7 +16,7 @@ function script CheckBarrel { @barrel_count = 0; @count_tmp = 0; - if (debug) + if ($@GM_OVERRIDE) npctalk3 l("Hello, I am B-@@, of the @@ order.", @barrel, $@BarrelBits[@barrel]); if (STARTAREA & $@BarrelBits[@barrel]) goto L_Empty; |