mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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
|
|
@ -338,6 +338,7 @@ pAuraHandler AuraHandler[TOTAL_AURAS]=
|
|||
&Aura::HandleUnused, //285 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::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) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue