Core/Misc: Fix static analysis issues

This commit is contained in:
Aokromes
2017-07-16 19:05:26 +02:00
parent e4841c960b
commit 8b6261c809
12 changed files with 24 additions and 37 deletions

View File

@@ -524,6 +524,7 @@ m_caster((info->HasAttribute(SPELL_ATTR6_CAST_BY_CHARMER) && caster->GetCharmerO
m_referencedFromCurrentSpell = false;
m_executedCurrently = false;
m_needComboPoints = m_spellInfo->NeedsComboPoints();
m_comboTarget = nullptr;
m_comboPointGain = 0;
m_delayStart = 0;
m_delayAtDamageCount = 0;