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

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

View file

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