diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-02 18:56:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-04 23:24:24 +0300 |
commit | 497a25b19d58ace8e450614f0b6cab433a040428 (patch) | |
tree | fe644b2ab356fe3b3b253d9e446510802542e702 /db | |
parent | ca0128cacba1117bacad99f4b5b325caa52b43d5 (diff) | |
download | hercules-497a25b19d58ace8e450614f0b6cab433a040428.tar.gz hercules-497a25b19d58ace8e450614f0b6cab433a040428.tar.bz2 hercules-497a25b19d58ace8e450614f0b6cab433a040428.tar.xz hercules-497a25b19d58ace8e450614f0b6cab433a040428.zip |
Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 921acbeaf..eda877671 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3870,4 +3870,6 @@ constants_db: { UDT_LIFETIME: 52 UDT_MERC_KILLCOUNT: 53 UDT_STATADD: 54 + UDT_ROBE: 55 + UDT_BODY2: 56 } |