Some clean ups due thanks to clang's warnings

This commit is contained in:
Michael Cook (mackal)
2014-12-09 23:41:19 -05:00
parent 362bfc79d6
commit 4c9befee22
6 changed files with 94 additions and 118 deletions
+1 -1
View File
@@ -896,7 +896,7 @@ bool IsHealOverTimeSpell(uint16 spell_id)
bool IsCompleteHealSpell(uint16 spell_id)
{
if (spell_id == 13 || IsEffectInSpell(spell_id, SE_CompleteHeal) ||
IsPercentalHealSpell(spell_id) && !IsGroupSpell(spell_id))
(IsPercentalHealSpell(spell_id) && !IsGroupSpell(spell_id)))
return true;
return false;