diff options
author | Haru <haru@dotalux.com> | 2017-09-06 00:05:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 00:05:37 +0200 |
commit | d8a0c96fb31af1d5e41705d159cea430d2e3af5d (patch) | |
tree | ed339d49a62b7a7f9296746096e848256d7c4cb2 /db | |
parent | 798e0cd22aaa573565005a9e80a1ad5553b7c2b3 (diff) | |
parent | cb2924a3d4cf138587daff750b5278e9d30975e6 (diff) | |
download | hercules-d8a0c96fb31af1d5e41705d159cea430d2e3af5d.tar.gz hercules-d8a0c96fb31af1d5e41705d159cea430d2e3af5d.tar.bz2 hercules-d8a0c96fb31af1d5e41705d159cea430d2e3af5d.tar.xz hercules-d8a0c96fb31af1d5e41705d159cea430d2e3af5d.zip |
Merge pull request #1822 from 4144/rodexfix
fix crash, exploits and adjust rodex packet versions based on tests.
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 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 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 |