From 207ed7b67d2c47e14ab78c744681b6c3f67a9d0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Apr 2019 09:03:09 -0300 Subject: Hercules Update --- db/constants.conf | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'db') 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 -- cgit v1.2.3-60-g2f50