diff options
Diffstat (limited to 'npc/commands/exp.txt')
-rw-r--r-- | npc/commands/exp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/exp.txt b/npc/commands/exp.txt index 7f9d15d6f..a8d34923d 100644 --- a/npc/commands/exp.txt +++ b/npc/commands/exp.txt @@ -31,5 +31,5 @@ OnHomun: OnInit: bindatcmd "getexp", "@getexp::OnCall", 5, 99, 1; - bindatcmd "gethexp", "@getexp::OnHomun", 99, 99, 1; + bindatcmd "gethexp", "@getexp::OnHomun", 5, 99, 1; } |