diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:23:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:23:36 +0300 |
commit | 4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2 (patch) | |
tree | 0453c6a184b6b9812050f74e0d25c9e31a697060 /src/emap/status.h | |
parent | 7590c2d05be13837a7c46d271f500f637a3d555f (diff) | |
download | evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.gz evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.bz2 evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.tar.xz evol-hercules-4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2.zip |
Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.
Also move status based enums into separate files.
And add sc shield into constants.
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index 8ad69ed..b8d77f5 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -4,14 +4,6 @@ #ifndef EVOL_MAP_STATUS #define EVOL_MAP_STATUS -typedef enum esc_type { - SC_PHYSICAL_SHIELD = 642, -} esc_type; - -enum esi_type { - SI_PHYSICAL_SHIELD = 966, -}; - int estatus_init_post(int retVal, bool minimal); void estatus_set_viewdata_pre(struct block_list **blPtr, int *classPtr_ __attribute__ ((unused))); @@ -52,4 +44,9 @@ int estatus_change_end__post(int retVal, enum sc_type type, int tid, const char* file, int line); +bool estatus_readdb_scconfig_post(bool retVal, + char* fields[], + int columns, + int current); + #endif // EVOL_MAP_STATUS |