mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10794] Player.h expected DBCStores.h including.
So make it direct.
This commit is contained in:
parent
44218a4fe7
commit
7059888524
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "AchievementMgr.h"
|
||||
#include "ReputationMgr.h"
|
||||
#include "BattleGround.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "DBCEStores.h"
|
||||
#include "SharedDefines.h"
|
||||
|
||||
#include<string>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10793"
|
||||
#define REVISION_NR "10794"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue