We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111915c commit 8c49998Copy full SHA for 8c49998
engine/class_modules/sc_shaman.cpp
@@ -4176,16 +4176,6 @@ struct storm_elemental_t : public primal_elemental_t
4176
void summon( timespan_t duration ) override
4177
{
4178
primal_elemental_t::summon( duration );
4179
-
4180
- if ( type == elemental::PRIMAL_STORM )
4181
- {
4182
- stormfury_cd->reset( false );
4183
- }
4184
4185
- if ( variant == elemental_variant::GREATER )
4186
4187
- o()->buff.wind_gust->reset();
4188
4189
}
4190
4191
void dismiss( bool expired ) override
0 commit comments