mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10181] Fix spell 55681. Thanks Danstahr.
This commit is contained in:
parent
09d61040e6
commit
6c8967ae5f
2 changed files with 4 additions and 1 deletions
|
|
@ -2899,6 +2899,9 @@ bool Unit::HandleProcTriggerSpellAuraProc(Unit *pVictim, uint32 damage, Aura* tr
|
|||
basepoints[0] = damage * triggerAmount / 100 / 3;
|
||||
target = this;
|
||||
}
|
||||
// Glyph of Shadow Word: Pain
|
||||
else if (auraSpellInfo->Id == 55681)
|
||||
basepoints[0] = triggerAmount * GetCreateMana() / 100;
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DRUID:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue