diff options
author | csnv <ctt@csnv.es> | 2014-09-05 05:27:59 +0200 |
---|---|---|
committer | csnv <ctt@csnv.es> | 2014-09-05 05:27:59 +0200 |
commit | 50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b (patch) | |
tree | dd0662df97f4ca4cc9686533aa65f9f64560c162 /src/map/status.c | |
parent | bb93fb127f79f8c4ed443c0a50d5de24a6ca5f1c (diff) | |
download | hercules-50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b.tar.gz hercules-50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b.tar.bz2 hercules-50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b.tar.xz hercules-50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b.zip |
Corrected SC_WARMER. Other cleanups
-Fixes bug 8044: http://hercules.ws/board/tracker/issue-8044-sorcerer-warmer/ TODO: Fix skill_unit_onout to work for skill_unit_timer_sub_onplace too.
- Cleaned some skill_unit_onout cases never reached.
- Removed icon for SC_WARMER.
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index f20fc3fc1..86be2e252 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -677,7 +677,6 @@ void initChangeTables(void) { set_sc_with_vfx( SO_DIAMONDDUST , SC_COLD , SI_COLD , SCB_NONE ); // it does show the snow icon on mobs but doesn't affect it. set_sc( SO_CLOUD_KILL , SC_POISON , SI_CLOUDKILL , SCB_NONE ); set_sc( SO_STRIKING , SC_STRIKING , SI_STRIKING , SCB_WATK|SCB_CRI ); - set_sc( SO_WARMER , SC_WARMER , SI_WARMER , SCB_NONE ); set_sc( SO_VACUUM_EXTREME , SC_VACUUM_EXTREME , SI_VACUUM_EXTREME , SCB_NONE ); set_sc( SO_ARRULLO , SC_DEEP_SLEEP , SI_DEEPSLEEP , SCB_NONE ); set_sc( SO_FIRE_INSIGNIA , SC_FIRE_INSIGNIA , SI_FIRE_INSIGNIA , SCB_MATK | SCB_BATK | SCB_WATK | SCB_ATK_ELE | SCB_REGEN ); |