mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Revert "Flat Modifier for Glyph of Spiritual Attunement"
This reverts commit 332371c284a6513693786ab6c3fa933570953159. Signed-off-by: VladimirMangos <vladimir@getmangos.com> unexpectadly cpushed, sorry.
This commit is contained in:
parent
ebccd69b2f
commit
44f3c15710
1 changed files with 0 additions and 11 deletions
|
|
@ -5516,17 +5516,6 @@ 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