aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.h
diff options
context:
space:
mode:
authorTartalo <none@none>2010-04-11 19:04:39 +0200
committerTartalo <none@none>2010-04-11 19:04:39 +0200
commit626240ef91e3c10b6e06a2a0455e6b746732cd2c (patch)
treebc9695f5b1ab06b19be697c5aec733007b2a2dd8 /src/game/SpellAuras.h
parentd5c1138a53b0326df82f73f7d51be3c23c0a9939 (diff)
Add Aura::CheckTarget() to check Alterac Valley buff targets.
Merge from old TC-2.4.3 repository, original patch by krz. Fixes issue #954. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r--src/game/SpellAuras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h
index a0eff82f278..be76b520bd9 100644
--- a/src/game/SpellAuras.h
+++ b/src/game/SpellAuras.h
@@ -163,6 +163,7 @@ class Aura
void SetNeedClientUpdateForTargets() const;
void HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster, bool apply);
+ bool CheckTarget(Unit *target);
private:
void _DeleteRemovedApplications();
protected: