mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core: Remove Player.h dependency from all the possible headers
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "BattlegroundSA.h"
|
||||
#include "BattlegroundAV.h"
|
||||
#include "Vehicle.h"
|
||||
#include "Player.h"
|
||||
|
||||
class achievement_resilient_victory : public AchievementCriteriaScript
|
||||
{
|
||||
|
||||
@@ -37,6 +37,7 @@ EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Player.h"
|
||||
|
||||
/*######
|
||||
## at_coilfang_waterfall
|
||||
|
||||
@@ -55,6 +55,7 @@ EndContentData */
|
||||
#include "ScriptedGossip.h"
|
||||
#include "GameObjectAI.h"
|
||||
#include "Spell.h"
|
||||
#include "Player.h"
|
||||
|
||||
/*######
|
||||
## go_cat_figurine
|
||||
|
||||
@@ -32,6 +32,7 @@ EndContentData */
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "GuardAI.h"
|
||||
#include "Player.h"
|
||||
|
||||
enum GuardGeneric
|
||||
{
|
||||
|
||||
@@ -33,6 +33,7 @@ EndContentData */
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Spell.h"
|
||||
#include "Player.h"
|
||||
|
||||
/*#####
|
||||
# item_only_for_flight
|
||||
|
||||
@@ -27,6 +27,7 @@ EndScriptData */
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "GameEventMgr.h"
|
||||
#include "Player.h"
|
||||
|
||||
#define HALLOWEEN_EVENTID 12
|
||||
#define SPELL_TRICK_OR_TREATED 24755
|
||||
|
||||
@@ -26,6 +26,7 @@ EndScriptData */
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Player.h"
|
||||
|
||||
/*
|
||||
A few notes for future developement:
|
||||
|
||||
@@ -27,6 +27,7 @@ EndScriptData
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Player.h"
|
||||
|
||||
#define GOSSIP_SUSURRUS "I am ready."
|
||||
#define GOSSIP_NETHER_DRAKE "I'm ready to fly! Take me up, dragon!"
|
||||
|
||||
Reference in New Issue
Block a user