[9306] Implement glyph 43385.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
laise 2010-02-05 00:05:16 +03:00 committed by VladimirMangos
parent ca2efb713c
commit aac24092c2
2 changed files with 3 additions and 2 deletions

View file

@ -19585,7 +19585,8 @@ uint32 Player::GetResurrectionSpellId()
}
// Reincarnation (passive spell) // prio: 1
if(prio < 1 && HasSpell(20608) && !HasSpellCooldown(21169) && HasItemCount(17030,1))
// Glyph of Renewed Life remove reagent requiremnnt
if (prio < 1 && HasSpell(20608) && !HasSpellCooldown(21169) && (HasItemCount(17030,1) || HasAura(58059, 0)))
spell_id = 21169;
return spell_id;