Skip to content

Commit 2152825

Browse files
committed
[Mage] Aethervision update
1 parent d60be3f commit 2152825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/class_modules/sc_mage.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -3522,6 +3522,8 @@ struct arcane_barrage_t final : public dematerialize_spell_t
35223522

35233523
if ( int av_stack = p()->buffs.aethervision->check() )
35243524
{
3525+
if ( p()->buffs.aethervision->at_max_stacks() )
3526+
p()->trigger_splinter( target );
35253527
p()->buffs.aethervision->expire();
35263528
p()->trigger_arcane_charge( av_stack * aethervision_charges );
35273529
}

0 commit comments

Comments
 (0)