Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Dec 8, 2009
1 parent 8258869 commit 1ed8013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/SpellAuras.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1ed8013

Please sign in to comment.