summaryrefslogtreecommitdiff
path: root/src/emap
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-24 18:08:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-24 18:41:38 +0300
commitf53a681102feb5e5f622635c5a5933a9aa6b7693 (patch)
tree603907e6640a60e9373c83dc8733d1c24fad9a25 /src/emap
parent7d51e26af0f8bbd6c4788c73632d9165db6600fb (diff)
downloadevol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.gz
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.bz2
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.tar.xz
evol-hercules-f53a681102feb5e5f622635c5a5933a9aa6b7693.zip
Update skill array size after hercules update.
Diffstat (limited to 'src/emap')
-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 3e6e5d4..db52e9d 100644
--- a/src/emap/enum/esctype.h
+++ b/src/emap/enum/esctype.h
@@ -6,7 +6,7 @@
typedef enum esc_type
{
- SC_PHYSICAL_SHIELD = 642,
+ SC_PHYSICAL_SHIELD = 652,
} esc_type;
#endif // EVOL_MAP_ENUM_ESCTYPE