mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fixed build
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
*/
|
||||
|
||||
#include "ObjectMgr.h"
|
||||
#include "Player.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "ArenaTeam.h"
|
||||
#include "World.h"
|
||||
#include "Group.h"
|
||||
#include "ArenaTeamMgr.h"
|
||||
#include "Player.h"
|
||||
#include "WorldSession.h"
|
||||
#include "Opcodes.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
class Battlefield;
|
||||
class Battleground;
|
||||
class Creature;
|
||||
class GroupReference;
|
||||
class InstanceSave;
|
||||
class Map;
|
||||
class Player;
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
#ifndef _GROUPREFMANAGER
|
||||
#define _GROUPREFMANAGER
|
||||
|
||||
#include "GroupReference.h"
|
||||
#include "RefManager.h"
|
||||
|
||||
class Group;
|
||||
class Player;
|
||||
class GroupReference;
|
||||
|
||||
class GroupRefManager : public RefManager<Group, Player>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user