Core/Spells: Implemented evoker empower spell mechanic

Port From (https://github.com/TrinityCore/TrinityCore/commit/a39d0db9ec64f6bf38716abaade5b7835f2db338)
This commit is contained in:
Hondacrx
2024-08-19 18:48:32 -04:00
parent 2405543be4
commit d231c06b8e
18 changed files with 616 additions and 89 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ namespace Game.Entities
return;
if (spellType == CurrentSpellTypes.Channeled)
spell.SendChannelUpdate(0);
spell.SendChannelUpdate(0, result);
spell.Finish(result);
}