[Bug Fix] Add Complete Heal Spell back to IsCompleteHealSpell Method (#2722)

* [Bug Fix] Add Complete Heal Spell back to IsCompleteHealSpell Method

* Typo
This commit is contained in:
Aeadoin
2023-01-11 12:02:46 -05:00
committed by GitHub
parent fc020b7580
commit 46fa2e589e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -976,6 +976,7 @@ bool IsCompleteHealSpell(uint16 spell_id)
{
if (
(
spell_id == SPELL_COMPLETE_HEAL ||
IsEffectInSpell(spell_id, SE_CompleteHeal) ||
IsPercentalHealSpell(spell_id) ||
GetTriggerSpellID(spell_id, SE_CompleteHeal)