[11431] Make gcc happy again

This commit is contained in:
zergtmn 2011-05-06 22:18:37 +06:00
parent 6498941ead
commit 3ecf19a05a
4 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#include "GameEventMgr.h"
#include "ObjectMgr.h"
#include "Guild.h"
#include "GuildMgr.h"
#include "Database/DatabaseEnv.h"
#include "World.h"
#include "SpellMgr.h"

View file

@ -24,6 +24,7 @@
#include "Common.h"
#include "Item.h"
#include "ObjectAccessor.h"
#include "SharedDefines.h"
class Item;

View file

@ -25,6 +25,7 @@
#include "Log.h"
#include "Player.h"
#include "World.h"
#include "GuildMgr.h"
#include "ObjectMgr.h"
#include "WorldSession.h"
#include "Auth/BigNumber.h"

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11430"
#define REVISION_NR "11431"
#endif // __REVISION_NR_H__