diff options
author | Haru <haru@dotalux.com> | 2016-01-10 02:33:15 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-13 11:24:33 +0100 |
commit | 6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a (patch) | |
tree | 0eb4176eaa21e8d0e0d0eb36309d70aacfa49de2 /db | |
parent | a8154726935b2d6a2273b75126a675e6e706edab (diff) | |
download | hercules-6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a.tar.gz hercules-6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a.tar.bz2 hercules-6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a.tar.xz hercules-6ae9045b3bbbad10f9b0f2a824e12eb470fcfa5a.zip |
Added support to mark constants in db/constants.conf as deprecated
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 882cba175..ab49c97c5 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -34,6 +34,7 @@ constants_db: { Identifier: { Value: value // (int) Parameter: true // (boolean) Defaults to false. + Deprecated: true // (boolean) Defaults to false. } **************************************************************************/ // NOTE: |