summaryrefslogtreecommitdiff
path: root/npc/commands/zeny.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/zeny.txt')
-rw-r--r--npc/commands/zeny.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/zeny.txt b/npc/commands/zeny.txt
index 2948a285..5c5d00c7 100644
--- a/npc/commands/zeny.txt
+++ b/npc/commands/zeny.txt
@@ -20,7 +20,7 @@
OnCall:
.@delta$ = .@atcmd_parameters$[0];
- if (startswith(.@delta$, "--"))
+ if (debug && startswith(.@delta$, "--"))
{
Zeny = 0;
if (.@delta$ == "---")
@@ -28,7 +28,7 @@ OnCall:
#MerchantBank = 0;
}
}
- else if (startswith(.@delta$, "++"))
+ else if (debug && startswith(.@delta$, "++"))
{
Zeny = 0x7FFFFFFE;
if (.@delta$ == "+++")