diff options
author | gumi <git@gumi.ca> | 2018-07-13 15:43:47 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-13 15:43:47 -0400 |
commit | 053dac2f0e62b64877e3dd04cc531452bce9d4aa (patch) | |
tree | 2a4e9f613bc25526c93b44349674d574c3d4380d /db | |
parent | 1b73ceaad27dcd2226bc73c10e305e93609a084e (diff) | |
download | hercules-053dac2f0e62b64877e3dd04cc531452bce9d4aa.tar.gz hercules-053dac2f0e62b64877e3dd04cc531452bce9d4aa.tar.bz2 hercules-053dac2f0e62b64877e3dd04cc531452bce9d4aa.tar.xz hercules-053dac2f0e62b64877e3dd04cc531452bce9d4aa.zip |
remove the param documentation
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/db/constants.conf b/db/constants.conf index e51ccb9bd..b7bc24985 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -33,15 +33,9 @@ constants_db: { ************* Entry structure (full) ************************************* Identifier: { Value: value // (int) - Parameter: true // (boolean) Defaults to false. Deprecated: true // (boolean) Defaults to false. } **************************************************************************/ -// NOTE: -// Parameters are special in that they retrieve certain runtime values -// depending on the specified ID in field Value. Depending on the -// implementation values assigned by scripts to parameters will affect -// runtime values, such as Zeny, as well (see pc_readparam/pc_setparam). comment__: "Weekdays" SUNDAY: 0 @@ -1397,7 +1391,7 @@ constants_db: { SC_TUNAPARTY: 649 SC_SHRIMP: 650 SC_FRESHSHRIMP: 651 - + SC_DAILYSENDMAILCNT: 653 // Summer 2 Costume |