summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-12-22 14:11:29 -0500
committergumi <mekolat@users.noreply.github.com>2016-12-22 14:11:29 -0500
commit943dffd980e3e2f1ce9123810ff267f3723ded98 (patch)
treebed411eb21f75ee2c53da8b27fa453ac6b343648
parentcede0f5a589afa04f18cbb19c0375be1c30b5cbb (diff)
downloadserverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.gz
serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.bz2
serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.tar.xz
serverdata-943dffd980e3e2f1ce9123810ff267f3723ded98.zip
add `@money` as alias to `@esp` (debug only)
-rw-r--r--npc/commands/zeny.txt1
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;
}