diff options
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r-- | npc/commands/rate-management.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index 995ef940f..0928c576a 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -92,7 +92,7 @@ OnPCLoginEvent: end; OnInit: - bindatcmd "exprate", "@exprate::OnCall", 0, 99, 1; // change exp rate + bindatcmd "exprate", "@exprate::OnCall", 80, 80, 1; // change exp rate // WARNING: using @reloadscript will change the "original" value .original_exp_rate = getbattleflag("base_exp_rate"); |