Remove trailing spaces

This commit is contained in:
VladimirMangos 2009-12-08 22:09:41 +03:00
parent 05d1dc40dc
commit e150887b86

View file

@ -1418,7 +1418,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
mod->mask = (uint64)ptr[0] | (uint64)ptr[1]<<32;
mod->mask2= (uint64)ptr[2];
// prevent expire spell mods with (charges > 0 && m_stackAmount > 1)
// all this spell expected expire not at use but at spell proc event check
mod->charges = m_spellProto->StackAmount > 1 ? 0 : m_procCharges;