mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Flat Modifier for Glyph of Spiritual Attunement
This commit is contained in:
parent
d440ff3184
commit
ba1cfbf121
1 changed files with 11 additions and 0 deletions
|
|
@ -5516,6 +5516,17 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// Glyph of Spiritual Attunement
|
||||||
|
case 54924:
|
||||||
|
{
|
||||||
|
// if healed by another unit (pVictim)
|
||||||
|
if(this == pVictim)
|
||||||
|
return false;
|
||||||
|
target = this;
|
||||||
|
triggered_spell_id = 55111;
|
||||||
|
basepoints0 = triggerAmount*damage/100;
|
||||||
|
break;
|
||||||
|
}
|
||||||
// Glyph of Divinity
|
// Glyph of Divinity
|
||||||
case 54939:
|
case 54939:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue