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.h | |
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.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 942f86d7c..568348d23 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1185,7 +1185,7 @@ enum si_type { SI_ECHOSONG = 443, SI_HARMONIZE = 444, SI_STRIKING = 445, - SI_WARMER = 446, + //SI_WARMER = 446, SI_MOONLITSERENADE = 447, SI_SATURDAYNIGHTFEVER = 448, SI_SITDOWN_FORCE = 449, |