summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/exp.txt2
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;
}