mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
* Branch merge
--HG-- branch : trunk
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "CompilerDefs.h"
|
||||
#include "DBCStructure.h"
|
||||
#include "ConfigEnv.h"
|
||||
|
||||
#include "ObjectMgr.h"
|
||||
|
||||
class Player;
|
||||
class Creature;
|
||||
|
||||
@@ -19,10 +19,16 @@
|
||||
#ifndef __SPELL_SCRIPT_H
|
||||
#define __SPELL_SCRIPT_H
|
||||
|
||||
#include "SharedDefines.h"
|
||||
|
||||
class Unit;
|
||||
struct SpellEntry;
|
||||
class SpellScript;
|
||||
class Spell;
|
||||
class Creature;
|
||||
class GameObject;
|
||||
class Player;
|
||||
class Item;
|
||||
|
||||
typedef void(SpellScript::*EffectHandlerFnType)(SpellEffIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user