diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index d7e9fd35e..fcbe2afd9 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -854,7 +854,8 @@ void initChangeTables(void) { StatusIconChangeTable[SC_PETROLOGY] = SI_PETROLOGY; StatusIconChangeTable[SC_CURSED_SOIL] = SI_CURSED_SOIL; StatusIconChangeTable[SC_UPHEAVAL] = SI_UPHEAVAL; - + StatusIconChangeTable[SC_PUSH_CART] = SI_ON_PUSH_CART; + //Other SC which are not necessarily associated to skills. StatusChangeFlagTable[SC_ASPDPOTION0] = SCB_ASPD; StatusChangeFlagTable[SC_ASPDPOTION1] = SCB_ASPD; |