Update spell auras list for 3.0.9

This commit is contained in:
VladimirMangos 2009-02-19 19:11:18 +03:00
parent b419c0ed03
commit a47330e3e4
2 changed files with 6 additions and 4 deletions

View file

@ -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) :