[10524] Fix compilation for UNIX-likes

This commit is contained in:
Laise 2010-09-23 20:07:30 +02:00
parent 7337e0cd24
commit a9c47d0dba
2 changed files with 2 additions and 2 deletions

View file

@ -21,8 +21,8 @@
#include "Object.h"
#include "DBCEnums.h"
#include "Unit.h"
class Unit;
struct SpellEntry;
class DynamicObject : public WorldObject

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10523"
#define REVISION_NR "10524"
#endif // __REVISION_NR_H__