summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-14 23:20:28 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-14 23:20:28 -0200
commitee5cfe47beaa845059109cb61045beba88a39dae (patch)
tree388917d092bff08453af6ce11bc33e40395a9987 /npc/commands/rate-management.txt
parentfb1778dcd19a5ee945f5cdbd43d0bcab2adabd8e (diff)
downloadserverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.gz
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.bz2
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.tar.xz
serverdata-ee5cfe47beaa845059109cb61045beba88a39dae.zip
Change all custom commands. Mostly logging and obfuscation. Remove some functions.
Diffstat (limited to 'npc/commands/rate-management.txt')
-rw-r--r--npc/commands/rate-management.txt2
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");