mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
Remove trailing spaces
This commit is contained in:
parent
05d1dc40dc
commit
e150887b86
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue