diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-03 06:18:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-03 06:18:32 -0300 |
commit | ba4f2262aed9da22e6d72ce481b0a7163110d44a (patch) | |
tree | ab177765f74b134881df401e1b7bc8565f0a8be8 /npc/commands | |
parent | 1eeb276d981903b83b4daac529de24cad6159aac (diff) | |
download | serverdata-ba4f2262aed9da22e6d72ce481b0a7163110d44a.tar.gz serverdata-ba4f2262aed9da22e6d72ce481b0a7163110d44a.tar.bz2 serverdata-ba4f2262aed9da22e6d72ce481b0a7163110d44a.tar.xz serverdata-ba4f2262aed9da22e6d72ce481b0a7163110d44a.zip |
[skip ci] Allow Test Server sponsors to use @gethexp
Diffstat (limited to 'npc/commands')
-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; } |