diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:11:29 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:11:29 -0500 |
commit | 943dffd980e3e2f1ce9123810ff267f3723ded98 (patch) | |
tree | bed411eb21f75ee2c53da8b27fa453ac6b343648 /npc | |
parent | cede0f5a589afa04f18cbb19c0375be1c30b5cbb (diff) | |
download | serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.gz serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.bz2 serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.xz serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.zip |
add `@money` as alias to `@esp` (debug only)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/zeny.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/zeny.txt b/npc/commands/zeny.txt index 35915062..dd3f037b 100644 --- a/npc/commands/zeny.txt +++ b/npc/commands/zeny.txt @@ -90,6 +90,7 @@ OnInit: { bindatcmd "e", "@esp::OnCall", 0, 2, 0; bindatcmd "esp", "@esp::OnCall", 0, 2, 0; + bindatcmd "money", "@esp::OnCall", 0, 2, 0; end; } |