diff options
-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 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; } |