summaryrefslogtreecommitdiff
path: root/src/emap/enum
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-24 17:45:15 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-24 17:45:15 -0300
commit04197eeeb53cee541f19b3df66cd06dd507469dc (patch)
tree47dd49e0be1cb2190e23d07c5740fae3ea5b90dd /src/emap/enum
parentbaaff15b43e26387d32f521a7bbb9d7c0001bb1a (diff)
downloadevol-hercules-04197eeeb53cee541f19b3df66cd06dd507469dc.tar.gz
evol-hercules-04197eeeb53cee541f19b3df66cd06dd507469dc.tar.bz2
evol-hercules-04197eeeb53cee541f19b3df66cd06dd507469dc.tar.xz
evol-hercules-04197eeeb53cee541f19b3df66cd06dd507469dc.zip
Missing status effects on TMW2: ML
Diffstat (limited to 'src/emap/enum')
-rw-r--r--src/emap/enum/esitype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emap/enum/esitype.h b/src/emap/enum/esitype.h
index 1eb950d..b1d62c3 100644
--- a/src/emap/enum/esitype.h
+++ b/src/emap/enum/esitype.h
@@ -13,6 +13,11 @@ enum esi_type
SI_TMW2_INCINT = 973,
SI_TMW2_INCDEX = 974,
SI_TMW2_INCLUK = 975,
+ SI_TMW2_INCHIT = 976,
+ SI_TMW2_INCFLEE = 977,
+ SI_TMW2_WALKSPEED = 978,
+ SI_TMW2_INCMHPRATE = 979,
+ SI_TMW2_INCMSPRATE = 980,
};
#endif // EVOL_MAP_ENUM_ESITYPE