summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/commands/debug.txt')
-rw-r--r--world/map/npc/commands/debug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/commands/debug.txt b/world/map/npc/commands/debug.txt
index 7b653b26..19ac4114 100644
--- a/world/map/npc/commands/debug.txt
+++ b/world/map/npc/commands/debug.txt
@@ -924,7 +924,7 @@ L_Close:
-|script|Debug Spell|32767
{
- if(!debug && getgmlevel() < get(.debug, "GM")) end;
+ if(!debug && getgmlevel() < CMD_DEBUG) end;
callfunc "Debug";
end;
OnDeprecated: