summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAnnieRuru <jeankofannie2@gmail.com>2019-03-11 18:17:18 +0800
committerAnnieRuru <jeankofannie2@gmail.com>2019-03-11 18:17:18 +0800
commite42d9cb57a747427aee8d5edc15059de52588386 (patch)
tree2ff7207f8fc56c561a73451f9e173662656639e9 /db
parente1e951c805916853e55ff5b9ce0531e0cf483ebf (diff)
downloadhercules-e42d9cb57a747427aee8d5edc15059de52588386.tar.gz
hercules-e42d9cb57a747427aee8d5edc15059de52588386.tar.bz2
hercules-e42d9cb57a747427aee8d5edc15059de52588386.tar.xz
hercules-e42d9cb57a747427aee8d5edc15059de52588386.zip
Deprecate *petstat script command
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