mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9306] Implement glyph 43385.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ca2efb713c
commit
aac24092c2
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue