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 /src/map/script.h | |
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 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 283afa496..b2ab7510c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -423,6 +423,8 @@ enum script_unit_data_types { UDT_LIFETIME, UDT_MERC_KILLCOUNT, UDT_STATPOINT, + UDT_ROBE, + UDT_BODY2, UDT_MAX }; |