diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-23 00:56:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-05 21:32:13 +0300 |
commit | 494cb78c98e2e72fa81932462dce22c2beafda96 (patch) | |
tree | 0510cf963072706b793ae82c2c301a40f60b2d6d /db/sc_config.txt | |
parent | 347750519c438bd9a90083796537780e9a355af3 (diff) | |
download | hercules-494cb78c98e2e72fa81932462dce22c2beafda96.tar.gz hercules-494cb78c98e2e72fa81932462dce22c2beafda96.tar.bz2 hercules-494cb78c98e2e72fa81932462dce22c2beafda96.tar.xz hercules-494cb78c98e2e72fa81932462dce22c2beafda96.zip |
Add SC_DAILYSENDMAILCNT into constants.conf and sc_config.txt
Without this check player may ignore mail send limit.
Diffstat (limited to 'db/sc_config.txt')
-rw-r--r-- | db/sc_config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/sc_config.txt b/db/sc_config.txt index 661e9bb87..797a2578b 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -498,3 +498,5 @@ SC_BITESCAR, 4 // Cant Clear SC_ALL_RIDING, 397 + +SC_DAILYSENDMAILCNT, 461 |