diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-12 01:19:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-12 01:19:53 -0300 |
commit | 0c72c99bdb33ef8b68d31c5afb8de71be59acf2c (patch) | |
tree | 7943d5cef9be7805c086c843872b4993ea65c4d2 /db/constants.conf | |
parent | 5c7269b9cb4bb8e31222dbbb0947b01dace61e01 (diff) | |
download | serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.gz serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.bz2 serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.tar.xz serverdata-0c72c99bdb33ef8b68d31c5afb8de71be59acf2c.zip |
Hercules Update
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index 13c391e3b..534044696 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3739,8 +3739,14 @@ constants_db: { UDT_MAXSP: 6 UDT_MASTERAID: 7 UDT_MASTERCID: 8 - UDT_MAPIDXY: 9 - UDT_WALKTOXY: 10 + UDT_MAPIDXY: { + Value: 9 + Deprecated: true // for setunitdata use *unitwarp, for getunitdata use *getmapxy + } + UDT_WALKTOXY: { + Value: 10 + Deprecated: true // use *unitwalk + } UDT_SPEED: 11 UDT_MODE: 12 UDT_AI: 13 |