summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-12-22 14:13:11 -0500
committergumi <mekolat@users.noreply.github.com>2016-12-22 14:13:11 -0500
commitbde4653b8015dcade0542010fe6251c3b0b6d8df (patch)
tree10525ba4430624b05f29c183903c3c4d56a90530
parent943dffd980e3e2f1ce9123810ff267f3723ded98 (diff)
downloadserverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.gz
serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.bz2
serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.xz
serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.zip
allow to call `@esp` without parameters (debug only)
-rw-r--r--npc/commands/zeny.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/zeny.txt b/npc/commands/zeny.txt
index dd3f037b..ff323465 100644
--- a/npc/commands/zeny.txt
+++ b/npc/commands/zeny.txt
@@ -28,7 +28,7 @@ OnCall:
#MerchantBank = 0;
}
}
- else if (debug && startswith(.@delta$, "++"))
+ else if (debug && (startswith(.@delta$, "++") || .@delta$ == ""))
{
Zeny = 0x7FFFFFFE;
if (.@delta$ == "+++")