diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-10 21:30:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-10 21:30:21 +0300 |
commit | 598197b96d96bdb6a8c455eeae5204c7df6b8311 (patch) | |
tree | 9711a2b1c74f194d6cefa97e53d6914bb149d307 /src/emap | |
parent | c95ac0d7e312aade368f7213eafa6476ef2cd3fe (diff) | |
download | plugin-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.gz plugin-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.bz2 plugin-598197b96d96bdb6a8c455eeae5204c7df6b8311.tar.xz plugin-598197b96d96bdb6a8c455eeae5204c7df6b8311.zip |
Hercules update.
Add rodex support.
Diffstat (limited to 'src/emap')
-rw-r--r-- | src/emap/enum/esctype.h | 2 | ||||
-rw-r--r-- | src/emap/init.c | 1 |
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" |