[9217] Fixed spell 34471 applying from 34692.

(based on commit 7a9dc4e from insider42/mangos)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
laise 2010-01-20 06:50:15 +03:00 committed by VladimirMangos
parent 0088d1300c
commit 627d74f192
2 changed files with 3 additions and 3 deletions

View file

@ -4350,8 +4350,8 @@ void Aura::HandleModMechanicImmunity(bool apply, bool /*Real*/)
// The Beast Within cast on owner if talent present
if (Unit* owner = m_target->GetOwner())
{
// Search talent
Unit::AuraList const& dummyAuras = owner->GetAurasByType(SPELL_AURA_DUMMY);
// Search talent The Beast Within
Unit::AuraList const& dummyAuras = owner->GetAurasByType(SPELL_AURA_MOD_DAMAGE_PERCENT_DONE);
for(Unit::AuraList::const_iterator i = dummyAuras.begin(); i != dummyAuras.end(); ++i)
{
if ((*i)->GetSpellProto()->SpellIconID == 2229)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9216"
#define REVISION_NR "9217"
#endif // __REVISION_NR_H__