diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-23 00:45:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:02:15 +0300 |
commit | 35ddc787d3a377487bece2cef051913f344d32c2 (patch) | |
tree | 70f8989220a1239e29ca26077d98dad5b0bb175c /db | |
parent | d4aae3d3d7ed318dd883f88fffc7ed371a0610dc (diff) | |
download | serverdata-35ddc787d3a377487bece2cef051913f344d32c2.tar.gz serverdata-35ddc787d3a377487bece2cef051913f344d32c2.tar.bz2 serverdata-35ddc787d3a377487bece2cef051913f344d32c2.tar.xz serverdata-35ddc787d3a377487bece2cef051913f344d32c2.zip |
Add SC_DAILYSENDMAILCNT into constants.conf and sc_config.txt.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | db/sc_config.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 412240fa..249374ec 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1395,6 +1395,8 @@ constants_db: { SC_SHRIMP: 650 SC_FRESHSHRIMP: 651 + SC_DAILYSENDMAILCNT: 653 + comment__: "petstat" PET_CLASS: 1 PET_NAME: 2 diff --git a/db/sc_config.txt b/db/sc_config.txt index 5571cf70..bbca6709 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -499,5 +499,7 @@ SC_BITESCAR, 4 // Cant Clear SC_ALL_RIDING, 397 +SC_DAILYSENDMAILCNT, 461 + // evol effects SC_PHYSICAL_SHIELD, 258 |