summaryrefslogtreecommitdiff
path: root/src/emap/enum
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
committerJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
commitbae7e9a5430c0df68cc7172995ddfde47169b484 (patch)
tree7e5cffabab48694b4af3202726312ec406e479c4 /src/emap/enum
parent63068d47650898f292aea877ce797e11c3f3404f (diff)
downloadevol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.gz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.bz2
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.xz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.zip
Extend SI table as needed for serverdata!222
(Original code from ML - Please blame Saulc if anything breaks)
Diffstat (limited to 'src/emap/enum')
-rw-r--r--src/emap/enum/esitype.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/emap/enum/esitype.h b/src/emap/enum/esitype.h
index d1213ad..2791bd4 100644
--- a/src/emap/enum/esitype.h
+++ b/src/emap/enum/esitype.h
@@ -7,6 +7,17 @@
enum esi_type
{
SI_PHYSICAL_SHIELD = 966,
+ //SI_EVOL_INCSTR = 970,
+ SI_EVOL_INCAGI = 971,
+ SI_EVOL_INCVIT = 972,
+ SI_EVOL_INCINT = 973,
+ SI_EVOL_INCDEX = 974,
+ SI_EVOL_INCLUK = 975,
+ SI_EVOL_INCHIT = 976,
+ SI_EVOL_INCFLEE = 977,
+ SI_EVOL_WALKSPEED = 978,
+ SI_EVOL_INCMHPRATE = 979,
+ SI_EVOL_INCMSPRATE = 980,
};
#endif // EVOL_MAP_ENUM_ESITYPE