summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-13 23:00:18 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-05 22:22:05 +0300
commitea7697ef7b2ef759d5fd612e919c029ea4a7fa05 (patch)
tree68326632e758690db1b5585afcec61bb857fc35e /src/map/script.h
parentcf28f0002c46e9c23e752b7e4b351de1e947f830 (diff)
downloadhercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.gz
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.bz2
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.xz
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.zip
Extend setinitdata and getunitdata with UDT_GROUP flag
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 008da9c3c..4c1cc168d 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -431,6 +431,7 @@ enum script_unit_data_types {
UDT_STATPOINT,
UDT_ROBE,
UDT_BODY2,
+ UDT_GROUP,
UDT_MAX
};