[8230] Add new line at the end of file Player.h to make gcc happy.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Gendalph 2009-07-22 15:32:16 +04:00 committed by VladimirMangos
parent fc7871f0a2
commit d838f231ab
2 changed files with 2 additions and 2 deletions

View file

@ -2513,4 +2513,4 @@ template <class T> T Player::ApplySpellMod(uint32 spellId, SpellModOp op, T &bas
basevalue = T((float)basevalue + diff);
return T(diff);
}
#endif
#endif

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8229"
#define REVISION_NR "8230"
#endif // __REVISION_NR_H__