diff options
author | gumi <git@gumi.ca> | 2020-07-13 23:54:57 +0000 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-13 23:54:57 +0000 |
commit | f8587deeb756f561852494987fbe31d71b5dbc09 (patch) | |
tree | a237257ae6383fffe2f8de3384dfe8af5783df6d | |
parent | a9286b913a37d95c15959826a8b9568451140eeb (diff) | |
download | evol-hercules-f8587deeb756f561852494987fbe31d71b5dbc09.tar.gz evol-hercules-f8587deeb756f561852494987fbe31d71b5dbc09.tar.bz2 evol-hercules-f8587deeb756f561852494987fbe31d71b5dbc09.tar.xz evol-hercules-f8587deeb756f561852494987fbe31d71b5dbc09.zip |
my bad; wrong enum
-rw-r--r-- | src/emap/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index a9bbdf5..7b42fa1 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -44,7 +44,7 @@ void eInitChangeTables(void) status->set_sc(EVOL_PHYSICAL_SHIELD, (sc_type)SC_PHYSICAL_SHIELD, SCB_DEF | SCB_DEF2 | SCB_ASPD); - status->dbs->IconChangeTable[EVOL_PHYSICAL_SHIELD].relevant_bl_types |= BL_SCEFFECT; + status->dbs->IconChangeTable[SC_PHYSICAL_SHIELD].relevant_bl_types |= BL_SCEFFECT; } int estatus_init_post(int retVal, |