Skip to content

Commit

Permalink
[9217] Fixed spell 34471 applying from 34692.
Browse files Browse the repository at this point in the history
(based on commit 7a9dc4e from insider42/mangos)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
laise authored and VladimirMangos committed Jan 20, 2010
1 parent a6e7275 commit 8c181a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/game/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9216"
#define REVISION_NR "9217"
#endif // __REVISION_NR_H__

0 comments on commit 8c181a1

Please sign in to comment.