summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}