diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-12-20 17:44:17 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-12-20 17:44:17 +0100 |
commit | 356b27cb00abf73c879232088ca4b0f105e07e8b (patch) | |
tree | 7a1c267202e64c5444cfee4c60e6ee72b5a9878b /src | |
parent | b3a5f466d5910b1d1c563308bd99e368d28d4044 (diff) |
Core: Fix build
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index 0f655580b6d..753bcad0b9d 100644 --- a/src/server/game/Spells/SpellInfo.h +++ b/src/server/game/Spells/SpellInfo.h @@ -31,6 +31,7 @@ class Item; class Spell; class SpellInfo; class WorldObject; +class AuraEffect; struct SpellChainNode; struct SpellTargetPosition; struct SpellDurationEntry; |