mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Implementation of glyph of Power Word: Shield. By rammbonr5, closes #411
--HG-- branch : trunk
This commit is contained in:
@@ -5786,13 +5786,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
target = this;
|
||||
break;
|
||||
}
|
||||
// Glyph of Power Word: Shield
|
||||
case 55672:
|
||||
{
|
||||
basepoints0 = damage * triggerAmount/100;
|
||||
triggered_spell_id = 56160;
|
||||
break;
|
||||
}
|
||||
// Glyph of Prayer of Healing
|
||||
case 55680:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user