mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "SpellInfo.h"
|
||||
#include "Totem.h"
|
||||
#include "PetDefines.h"
|
||||
#include "UnitAI.h"
|
||||
|
||||
enum DeathKnightSpells
|
||||
{
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "Containers.h"
|
||||
#include "GridNotifiers.h"
|
||||
|
||||
enum DruidSpells
|
||||
{
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "Group.h"
|
||||
#include "UnitAI.h"
|
||||
|
||||
enum PaladinSpells
|
||||
{
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "GridNotifiers.h"
|
||||
#include "MapManager.h"
|
||||
#include "CreatureTextMgr.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
|
||||
// Ours
|
||||
class spell_q11065_wrangle_some_aether_rays : public SpellScriptLoader
|
||||
|
||||
Reference in New Issue
Block a user