mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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
|
case 71021: // Saber Lash
|
||||||
{
|
{
|
||||||
uint32 count = 0;
|
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))
|
if(ihit->effectMask & (1<<eff_idx))
|
||||||
++count;
|
++count;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9998"
|
#define REVISION_NR "9999"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue