summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-07-28 20:25:19 +0200
committerGitHub <noreply@github.com>2019-07-28 20:25:19 +0200
commitc179d9184301e83e75a425fc09818be98b443f65 (patch)
tree2d27640ae8e572eac3f763dd4375ed233e157977 /src/map/script.h
parent015f3ef6f763fb11360b4b644d19034e4fcb0357 (diff)
parentb372b02e9cc21ceeb42a428177d992998aed2eec (diff)
downloadhercules-c179d9184301e83e75a425fc09818be98b443f65.tar.gz
hercules-c179d9184301e83e75a425fc09818be98b443f65.tar.bz2
hercules-c179d9184301e83e75a425fc09818be98b443f65.tar.xz
hercules-c179d9184301e83e75a425fc09818be98b443f65.zip
Merge pull request #2510 from Emistry/mobdb_dmg_taken_rate
Update mob_db - DamageTakenRate field
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 62950ba8d..84a8e3b6e 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -434,6 +434,7 @@ enum script_unit_data_types {
UDT_ROBE,
UDT_BODY2,
UDT_GROUP,
+ UDT_DAMAGE_TAKEN_RATE,
UDT_MAX
};