mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[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:
parent
fc7871f0a2
commit
d838f231ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8229"
|
||||
#define REVISION_NR "8230"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue