diff options
Diffstat (limited to 'src/server/game/Combat/HostileRefManager.h')
-rwxr-xr-x | src/server/game/Combat/HostileRefManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Combat/HostileRefManager.h b/src/server/game/Combat/HostileRefManager.h index 0a8ad47642e..5ed15d609df 100755 --- a/src/server/game/Combat/HostileRefManager.h +++ b/src/server/game/Combat/HostileRefManager.h @@ -25,7 +25,7 @@ class Unit; class ThreatManager; class HostileReference; -struct SpellEntry; +class SpellInfo; //================================================= @@ -42,7 +42,7 @@ class HostileRefManager : public RefManager<Unit, ThreatManager> // send threat to all my hateres for the pVictim // The pVictim is hated than by them as well // use for buffs and healing threat functionality - void threatAssist(Unit *pVictim, float fThreat, SpellEntry const *threatSpell = 0, bool pSingleTarget = false); + void threatAssist(Unit *pVictim, float fThreat, SpellInfo const *threatSpell = 0, bool pSingleTarget = false); void addTempThreat(float fThreat, bool apply); |