diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-07 18:17:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-07 18:17:16 -0300 |
commit | ffa92351063a56e7e052dd3e7594827bfa8d2216 (patch) | |
tree | 97cdbdc50d02a507e845fb508956fe84445a9c1c /db/constants.conf | |
parent | c1c720d9ec591a9e19a0e6537b566a1481f86e9d (diff) | |
download | serverdata-ffa92351063a56e7e052dd3e7594827bfa8d2216.tar.gz serverdata-ffa92351063a56e7e052dd3e7594827bfa8d2216.tar.bz2 serverdata-ffa92351063a56e7e052dd3e7594827bfa8d2216.tar.xz serverdata-ffa92351063a56e7e052dd3e7594827bfa8d2216.zip |
Create SI_CONFIG because we will be needing this file if we ever update server code
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index b5236cef2..040c51869 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1135,6 +1135,21 @@ constants_db: { // Clan System SC_CLAN_INFO: 654 + SC_SIT: 655 + SC_MOON: 656 + SC_TING: 657 + SC_DEVIL1: 658 + SC_RIDING: 659 + SC_FALCON: 660 + SC_WUGRIDER: 661 + SC_POSTDELAY: 662 + SC_ON_PUSH_CART: 663 + SC_RESIST_PROPERTY_WATER: 664 + SC_RESIST_PROPERTY_GROUND: 665 + SC_RESIST_PROPERTY_FIRE: 666 + SC_RESIST_PROPERTY_WIND: 667 + SC_CLIENT_ONLY_EQUIP_ARROW: 668 + comment__: "petstat" comment__: "petstat - deprecated, use *getpetinfo" PET_CLASS: { @@ -2348,5 +2363,6 @@ constants_db: { ACADEMIC_SAGE: 7 ACADEMIC_GM: 8 + @include "db/si_config.conf" @include "conf/import/constants.conf" } |