summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-07 20:49:20 +0200
committerGitHub <noreply@github.com>2019-04-07 20:49:20 +0200
commitcc0119f4836cfcafaac0e36532a1d135d8ab5169 (patch)
tree3bea5ac3306a2f95e96fd6e52b565aef9d36ab2f /db
parent831d7cf9c99fbeadb93bdbff03836320543219c4 (diff)
parent7652d647f13ad0755f355ed3d3b6ca1e8ad47d76 (diff)
downloadhercules-cc0119f4836cfcafaac0e36532a1d135d8ab5169.tar.gz
hercules-cc0119f4836cfcafaac0e36532a1d135d8ab5169.tar.bz2
hercules-cc0119f4836cfcafaac0e36532a1d135d8ab5169.tar.xz
hercules-cc0119f4836cfcafaac0e36532a1d135d8ab5169.zip
Merge pull request #2398 from AnnieRuru/69-getpetinfo
Deprecate *petstat and add CONSTANTS to *getpetinfo
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf27
1 files changed, 21 insertions, 6 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 2e379cb14..66e0ef066 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -1483,12 +1483,27 @@ constants_db: {
e_panic: 79
e_whisp: 80
- 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