diff options
author | panikon <panikon@zoho.com> | 2014-07-11 07:56:33 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-07-11 07:56:33 -0300 |
commit | 901a8c9cdf891fb65e160094e52346b2aa4e9754 (patch) | |
tree | 9eccdd9ed6408d553b652f8e14b79d399e23c477 /src/map/status.c | |
parent | 0539a1247d909b11a9730a12ff0a72d110371fcb (diff) | |
download | hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.gz hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.bz2 hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.tar.xz hercules-901a8c9cdf891fb65e160094e52346b2aa4e9754.zip |
Follow up to da190e09a33591aaabfd2c7735fd64ebb12f78e9
- Added SC_FALLENEMPIRE and updated const.txt
Special thanks to Rytech
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 9c25aadc7..7a9d8b747 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -636,7 +636,7 @@ void initChangeTables(void) { **/ add_sc( SR_DRAGONCOMBO , SC_STUN ); add_sc( SR_EARTHSHAKER , SC_STUN ); - set_sc( SR_FALLENEMPIRE , SC_STOP/*SC_FALLENEMPIRE*/ , SI_FALLENEMPIRE , SCB_NONE ); + set_sc( SR_FALLENEMPIRE , SC_FALLENEMPIRE , SI_FALLENEMPIRE , SCB_NONE ); set_sc( SR_CRESCENTELBOW , SC_CRESCENTELBOW , SI_CRESCENTELBOW , SCB_NONE ); set_sc_with_vfx( SR_CURSEDCIRCLE , SC_CURSEDCIRCLE_TARGET, SI_CURSEDCIRCLE_TARGET , SCB_NONE ); set_sc( SR_LIGHTNINGWALK , SC_LIGHTNINGWALK , SI_LIGHTNINGWALK , SCB_NONE ); @@ -9200,6 +9200,7 @@ int status_change_start(struct block_list *src, struct block_list *bl, enum sc_t // Cancel cast when get status [LuzZza] if (battle_config.sc_castcancel&bl->type) unit->skillcastcancel(bl, 0); + case SC_FALLENEMPIRE: case SC_WHITEIMPRISON: unit->stop_attack(bl); case SC_STOP: |