mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
[c12581] Implement spell 56072
This commit is contained in:
parent
18de1279eb
commit
132e6245a7
3 changed files with 11 additions and 2 deletions
|
|
@ -2101,6 +2101,7 @@ void Aura::TriggerSpell()
|
|||
return;
|
||||
}
|
||||
case 44883: // Encapsulate
|
||||
case 56505: // Surge of Power
|
||||
{
|
||||
// Self cast spell, hence overwrite caster (only channeled spell where the triggered spell deals dmg to SELF)
|
||||
triggerCaster = triggerTarget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue