mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11420] Fixed non-PCH build.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dc1fd2b6cb
commit
5ae833022e
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
#include "Dynamic/FactoryHolder.h"
|
#include "Dynamic/FactoryHolder.h"
|
||||||
|
|
||||||
class WorldObject;
|
class WorldObject;
|
||||||
|
class GameObject;
|
||||||
class Unit;
|
class Unit;
|
||||||
class Creature;
|
class Creature;
|
||||||
class Player;
|
class Player;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11419"
|
#define REVISION_NR "11420"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue