diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:13:11 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:13:11 -0500 |
commit | bde4653b8015dcade0542010fe6251c3b0b6d8df (patch) | |
tree | 10525ba4430624b05f29c183903c3c4d56a90530 /npc/commands | |
parent | 943dffd980e3e2f1ce9123810ff267f3723ded98 (diff) | |
download | serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.gz serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.bz2 serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.tar.xz serverdata-bde4653b8015dcade0542010fe6251c3b0b6d8df.zip |
allow to call `@esp` without parameters (debug only)
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/zeny.txt | 2 |
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$ == "+++") |