mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[9999] Remove a piece of trailing whitespace.
This commit is contained in:
parent
d5dfbd0bfc
commit
d6ea8e35ab
2 changed files with 2 additions and 2 deletions
|
|
@ -4991,7 +4991,7 @@ void Spell::EffectWeaponDmg(SpellEffectIndex eff_idx)
|
|||
case 71021: // Saber Lash
|
||||
{
|
||||
uint32 count = 0;
|
||||
for(std::list<TargetInfo>::iterator ihit = m_UniqueTargetInfo.begin(); ihit != m_UniqueTargetInfo.end(); ++ihit)
|
||||
for(std::list<TargetInfo>::iterator ihit = m_UniqueTargetInfo.begin(); ihit != m_UniqueTargetInfo.end(); ++ihit)
|
||||
if(ihit->effectMask & (1<<eff_idx))
|
||||
++count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue