Skip to content

Commit 8c49998

Browse files
committed
[ele] fix wind gust expire
1 parent 111915c commit 8c49998

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

engine/class_modules/sc_shaman.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,16 +4176,6 @@ struct storm_elemental_t : public primal_elemental_t
41764176
void summon( timespan_t duration ) override
41774177
{
41784178
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-
}
41894179
}
41904180

41914181
void dismiss( bool expired ) override

0 commit comments

Comments
 (0)