summaryrefslogtreecommitdiff
path: root/npc/commands/zeny.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/zeny.txt')
-rw-r--r--npc/commands/zeny.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/commands/zeny.txt b/npc/commands/zeny.txt
index 3dd9b4c3..77f6d2de 100644
--- a/npc/commands/zeny.txt
+++ b/npc/commands/zeny.txt
@@ -88,9 +88,9 @@ OnCall:
OnInit:
if (debug > 0)
{
- bindatcmd "e", "@esp::OnCall", 0, 2, 0;
- bindatcmd "esp", "@esp::OnCall", 0, 2, 0;
- bindatcmd "money", "@esp::OnCall", 0, 2, 0;
+ bindatcmd "e", "@esp::OnCall", 0, 99, 0;
+ bindatcmd "esp", "@esp::OnCall", 0, 99, 0;
+ bindatcmd "money", "@esp::OnCall", 0, 99, 0;
end;
}