[8956] Implement aura SPELL_AURA_ALLOW_ONLY_ABILITY.

(cherry picked from commit f4d1e05)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Maxxie 2009-12-09 14:29:37 +03:00 committed by VladimirMangos
parent d3b19f8aa4
commit 0ec0f34be7
5 changed files with 40 additions and 4 deletions

View file

@ -441,7 +441,7 @@ class Spell
void UpdatePointers(); // must be used at call Spell code after time delay (non triggered spell cast/update spell call/etc)
bool IsAffectedByAura(Aura *aura);
bool IsAffectedByAura(Aura *aura) const;
bool CheckTargetCreatureType(Unit* target) const;