[8639] Fixed tabs and trailing whitespaces.

This commit is contained in:
VladimirMangos 2009-10-14 11:45:06 +04:00
parent 9fd4965299
commit ec2fd7396f
4 changed files with 9 additions and 9 deletions

View file

@ -9333,7 +9333,7 @@ uint32 Unit::MeleeDamageBonus(Unit *pVictim, uint32 pdamage,WeaponAttackType att
DoneFlat *= (CastingTime / 3500.0f) * DotFactor * LvlPenalty; DoneFlat *= (CastingTime / 3500.0f) * DotFactor * LvlPenalty;
TakenFlat*= (CastingTime / 3500.0f) * DotFactor * LvlPenalty; TakenFlat*= (CastingTime / 3500.0f) * DotFactor * LvlPenalty;
} }
} }
// weapon damage based spells // weapon damage based spells
else if( APbonus || DoneFlat ) else if( APbonus || DoneFlat )
{ {

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "8638" #define REVISION_NR "8639"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__