mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 21:50:50 -04:00
Core/Spells: Implemented evoker empower spell mechanic
This commit is contained in:
@@ -3071,7 +3071,7 @@ void Unit::FinishSpell(CurrentSpellTypes spellType, SpellCastResult result /*= S
|
||||
return;
|
||||
|
||||
if (spellType == CURRENT_CHANNELED_SPELL)
|
||||
spell->SendChannelUpdate(0);
|
||||
spell->SendChannelUpdate(0, result);
|
||||
|
||||
spell->finish(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user