mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[10524] Fix compilation for UNIX-likes
This commit is contained in:
parent
7337e0cd24
commit
a9c47d0dba
2 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
#include "DBCEnums.h"
|
#include "DBCEnums.h"
|
||||||
|
#include "Unit.h"
|
||||||
|
|
||||||
class Unit;
|
|
||||||
struct SpellEntry;
|
struct SpellEntry;
|
||||||
|
|
||||||
class DynamicObject : public WorldObject
|
class DynamicObject : public WorldObject
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10523"
|
#define REVISION_NR "10524"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue