summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-12-22 14:09:32 -0500
committergumi <mekolat@users.noreply.github.com>2016-12-22 14:09:39 -0500
commitcede0f5a589afa04f18cbb19c0375be1c30b5cbb (patch)
tree29e3c654f85bfa14cafa1f0274c685fdae25d4c6
parent78791f22eb63b9d1c853b8737339f289ed1a3048 (diff)
downloadserverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.gz
serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.bz2
serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.xz
serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.zip
add `@e` 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 5c5d00c7..35915062 100644
--- a/npc/commands/zeny.txt
+++ b/npc/commands/zeny.txt
@@ -88,6 +88,7 @@ OnCall:
OnInit:
if (debug > 0)
{
+ bindatcmd "e", "@esp::OnCall", 0, 2, 0;
bindatcmd "esp", "@esp::OnCall", 0, 2, 0;
end;
}