summaryrefslogtreecommitdiff
path: root/src/emap
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
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')
-rw-r--r--src/emap/enum/esctype.h2
-rw-r--r--src/emap/init.c1
2 files changed, 2 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
diff --git a/src/emap/init.c b/src/emap/init.c
index 404b0bb..e7669a7 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -40,6 +40,7 @@
#include "map/storage.h"
#include "map/trade.h"
#include "map/quest.h"
+#include "map/rodex.h"
#include "ecommon/config.h"
#include "ecommon/init.h"