diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-09-14 23:17:52 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-09-14 23:17:52 +0200 |
commit | 2a8a0ff5cac74462b468f8139cc615b295479a6b (patch) | |
tree | 65deac2455ac685a01d1de13bf91f0d840a00c6e /src/map/status.h | |
parent | 712027e0a839c35b8d850d6769593e506698aff0 (diff) | |
parent | 50bc349e13d04bc6028d0dc75d2e478fc3cc7c8b (diff) | |
download | hercules-2a8a0ff5cac74462b468f8139cc615b295479a6b.tar.gz hercules-2a8a0ff5cac74462b468f8139cc615b295479a6b.tar.bz2 hercules-2a8a0ff5cac74462b468f8139cc615b295479a6b.tar.xz hercules-2a8a0ff5cac74462b468f8139cc615b295479a6b.zip |
Merge pull request #338 from csnv/unitcleanup
Corrected SC_WARMER. Other cleanups
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, |