mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[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:
parent
d3b19f8aa4
commit
0ec0f34be7
5 changed files with 40 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue