mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Update spell auras list for 3.0.9
This commit is contained in:
parent
b419c0ed03
commit
a47330e3e4
2 changed files with 6 additions and 4 deletions
|
|
@ -330,7 +330,8 @@ enum AuraType
|
||||||
SPELL_AURA_285,
|
SPELL_AURA_285,
|
||||||
SPELL_AURA_286,
|
SPELL_AURA_286,
|
||||||
SPELL_AURA_DEFLECT_SPELLS,
|
SPELL_AURA_DEFLECT_SPELLS,
|
||||||
TOTAL_AURAS = 288
|
SPELL_AURA_288,
|
||||||
|
TOTAL_AURAS = 289
|
||||||
};
|
};
|
||||||
|
|
||||||
enum AreaAuraType
|
enum AreaAuraType
|
||||||
|
|
|
||||||
|
|
@ -338,6 +338,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS]=
|
||||||
&Aura::HandleUnused, //285 not used by any spells (3.08a)
|
&Aura::HandleUnused, //285 not used by any spells (3.08a)
|
||||||
&Aura::HandleUnused, //286 not used by any spells (3.08a)
|
&Aura::HandleUnused, //286 not used by any spells (3.08a)
|
||||||
&Aura::HandleNoImmediateEffect, //287 SPELL_AURA_DEFLECT_SPELLS implemented in Unit::MagicSpellHitResult and Unit::MeleeSpellHitResult
|
&Aura::HandleNoImmediateEffect, //287 SPELL_AURA_DEFLECT_SPELLS implemented in Unit::MagicSpellHitResult and Unit::MeleeSpellHitResult
|
||||||
|
&Aura::HandleUnused, //288 not used by any spells (3.09) except 1 test spell.
|
||||||
};
|
};
|
||||||
|
|
||||||
Aura::Aura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster, Item* castItem) :
|
Aura::Aura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster, Item* castItem) :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue