diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 23:03:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 23:03:53 -0300 |
commit | ced9f87fc1e964dd88c550b5b69a8720ea22b3ce (patch) | |
tree | 231def2842b324f717e54bffa77cac5a66867ab6 /npc/commands | |
parent | 4318a12f498b3736201c23384a761a7478eac19d (diff) | |
download | serverdata-ced9f87fc1e964dd88c550b5b69a8720ea22b3ce.tar.gz serverdata-ced9f87fc1e964dd88c550b5b69a8720ea22b3ce.tar.bz2 serverdata-ced9f87fc1e964dd88c550b5b69a8720ea22b3ce.tar.xz serverdata-ced9f87fc1e964dd88c550b5b69a8720ea22b3ce.zip |
Move @ipcheck to GM 60 and no longer log it. (@accinfo still logged)
Count how many times you've donated blood.
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/ipcheck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt index 501dbfe8b..5cb57578e 100644 --- a/npc/commands/ipcheck.txt +++ b/npc/commands/ipcheck.txt @@ -34,7 +34,7 @@ OnBan: end; OnInit: - bindatcmd "ipcheck", "@ipcheck::OnCall", 80, 100, 1; + bindatcmd "ipcheck", "@ipcheck::OnCall", 60, 100, 0; bindatcmd "ipban", "@ipcheck::OnBan", 99, 100, 1; end; } |