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/constants.conf | |
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/constants.conf')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index dd280612c..d4f6c8f0d 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1395,6 +1395,8 @@ constants_db: { SC_SHRIMP: 650 SC_FRESHSHRIMP: 651 + SC_DAILYSENDMAILCNT: 653 + // Summer 2 Costume SC_DRESS_UP: 652 |