mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[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:
parent
0088d1300c
commit
627d74f192
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9216"
|
||||
#define REVISION_NR "9217"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue