[12132] Remove useless casting and use SIZEFMTD instead in strings. Close #6

This commit is contained in:
Shyax 2012-08-28 13:24:11 +02:00 committed by Antz
parent ecdb00bd0d
commit 61c7249770
7 changed files with 21 additions and 21 deletions

View file

@ -4989,7 +4989,7 @@ void Spell::HandleThreatSpells()
}
}
DEBUG_FILTER_LOG(LOG_FILTER_SPELL_CAST, "Spell %u added an additional %f threat for %s %u target(s)", m_spellInfo->Id, threat, positive ? "assisting" : "harming", uint32(m_UniqueTargetInfo.size()));
DEBUG_FILTER_LOG(LOG_FILTER_SPELL_CAST, "Spell %u added an additional %f threat for %s " SIZEFMTD " target(s)", m_spellInfo->Id, threat, positive ? "assisting" : "harming", m_UniqueTargetInfo.size());
}
void Spell::HandleEffects(Unit* pUnitTarget, Item* pItemTarget, GameObject* pGOTarget, SpellEffectIndex i, float DamageMultiplier)