refactor(Core/Misc): headers cleanup (#9259)

This commit is contained in:
Kargatum 2021-11-22 17:24:39 +07:00 committed by GitHub
parent 699d4835df
commit f62664c987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
775 changed files with 1294 additions and 1165 deletions

View file

@ -35,8 +35,8 @@ at_area_52_entrance
EndContentData */
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellMgr.h"
// Ours

View file

@ -18,8 +18,8 @@
#include "GridNotifiers.h"
#include "ObjectMgr.h"
#include "PassiveAI.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "Spell.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"

View file

@ -45,9 +45,9 @@ EndContentData */
#include "GameObjectAI.h"
#include "GridNotifiersImpl.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "Spell.h"
#include "WorldSession.h"

View file

@ -30,8 +30,8 @@ EndContentData */
#include "GuardAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
enum GuardShattrath

View file

@ -30,8 +30,8 @@ item_only_for_flight Items which should only useable while flying
EndContentData */
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "Spell.h"
/*#####

View file

@ -23,8 +23,8 @@ SDCategory: Creatures
EndScriptData */
#include "PassiveAI.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#define GENERIC_CREATURE_COOLDOWN 5000

View file

@ -17,9 +17,10 @@
#include "GameEventMgr.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "WorldSession.h"
constexpr auto SPELL_TRICK = 24714;
constexpr auto SPELL_TREAT = 24715;

View file

@ -23,9 +23,9 @@ SDCategory: NPCs
EndScriptData */
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "WorldSession.h"

View file

@ -15,13 +15,13 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "npc_stave_of_ancients.h"
#include "CreatureGroups.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "Spell.h"
#include "npc_stave_of_ancients.h"
uint32 NPCStaveQuestAI::GetFormEntry(std::string type)
{

View file

@ -24,9 +24,9 @@ EndScriptData
*/
#include "Player.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "WorldSession.h"
#define GOSSIP_NETHER_DRAKE "I'm ready to fly! Take me up, dragon!"

View file

@ -49,10 +49,10 @@ EndContentData */
#include "ObjectMgr.h"
#include "PassiveAI.h"
#include "Pet.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "ScriptMgr.h"
#include "SmartAI.h"
#include "SpellAuras.h"
#include "WaypointMgr.h"