summaryrefslogtreecommitdiff
path: root/src/emap/enum
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-10 21:30:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-10 21:30:21 +0300
commit598197b96d96bdb6a8c455eeae5204c7df6b8311 (patch)
tree9711a2b1c74f194d6cefa97e53d6914bb149d307 /src/emap/enum
parentc95ac0d7e312aade368f7213eafa6476ef2cd3fe (diff)
downloadevol-hercules-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.gz
evol-hercules-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.bz2
evol-hercules-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.xz
evol-hercules-598197b96d96bdb6a8c455eeae5204c7df6b8311.zip
Hercules update.
Add rodex support.
Diffstat (limited to 'src/emap/enum')
-rw-r--r--src/emap/enum/esctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/enum/esctype.h b/src/emap/enum/esctype.h
index db52e9d..072adcd 100644
--- a/src/emap/enum/esctype.h
+++ b/src/emap/enum/esctype.h
@@ -6,7 +6,7 @@
typedef enum esc_type
{
- SC_PHYSICAL_SHIELD = 652,
+ SC_PHYSICAL_SHIELD = 653,
} esc_type;
#endif // EVOL_MAP_ENUM_ESCTYPE