diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-10 09:03:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:03:09 -0300 |
commit | 207ed7b67d2c47e14ab78c744681b6c3f67a9d0e (patch) | |
tree | bbbf6ebaf960f7ba6e2348dbfcd97d70c3d42332 /db/constants.conf | |
parent | ee7ad93a1ebd36af21568cae37934d5edd3e4a12 (diff) | |
download | serverdata-207ed7b67d2c47e14ab78c744681b6c3f67a9d0e.tar.gz serverdata-207ed7b67d2c47e14ab78c744681b6c3f67a9d0e.tar.bz2 serverdata-207ed7b67d2c47e14ab78c744681b6c3f67a9d0e.tar.xz serverdata-207ed7b67d2c47e14ab78c744681b6c3f67a9d0e.zip |
Hercules Update
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/db/constants.conf b/db/constants.conf index 8eeaf5985..523c96167 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1404,11 +1404,27 @@ constants_db: { SC_CLAN_INFO: 654 comment__: "petstat" - PET_CLASS: 1 - PET_NAME: 2 - PET_LEVEL: 3 - PET_HUNGRY: 4 - PET_INTIMATE: 5 + comment__: "petstat - deprecated, use *getpetinfo" + PET_CLASS: { + Value: 1 + Deprecated: true + } + PET_NAME: { + Value: 2 + Deprecated: true + } + PET_LEVEL: { + Value: 3 + Deprecated: true + } + PET_HUNGRY: { + Value: 4 + Deprecated: true + } + PET_INTIMATE: { + Value: 5 + Deprecated: true + } comment__: "getmonsterinfo" MOB_NAME: 0 |