diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:09:32 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-22 14:09:39 -0500 |
commit | cede0f5a589afa04f18cbb19c0375be1c30b5cbb (patch) | |
tree | 29e3c654f85bfa14cafa1f0274c685fdae25d4c6 /npc/commands/zeny.txt | |
parent | 78791f22eb63b9d1c853b8737339f289ed1a3048 (diff) | |
download | serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.gz serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.bz2 serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.tar.xz serverdata-cede0f5a589afa04f18cbb19c0375be1c30b5cbb.zip |
add `@e` as alias to `@esp` (debug only)
Diffstat (limited to 'npc/commands/zeny.txt')
-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 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; } |