mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Core/Spell): Val'anyr periodic healings proc and move to new proc system (#4216)
This commit is contained in:
@@ -1764,10 +1764,6 @@ public:
|
||||
|
||||
bool CheckProc(ProcEventInfo& eventInfo)
|
||||
{
|
||||
SpellInfo const* spellInfo = eventInfo.GetHealInfo()->GetSpellInfo();
|
||||
if (!spellInfo || !spellInfo->HasEffect(SPELL_EFFECT_HEAL))
|
||||
return false;
|
||||
|
||||
return eventInfo.GetHealInfo() && eventInfo.GetHealInfo()->GetHeal() > 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user