diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index ccbdcc46a..d124b7850 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -8717,11 +8717,11 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply) if (spellId1) m_target->CastSpell(m_target, spellId1, true, NULL, NULL, GetCasterGUID()); if (spellId2 && !IsDeleted()) - m_target->CastSpell(m_target, spellId1, true, NULL, NULL, GetCasterGUID()); + m_target->CastSpell(m_target, spellId2, true, NULL, NULL, GetCasterGUID()); if (spellId3 && !IsDeleted()) - m_target->CastSpell(m_target, spellId1, true, NULL, NULL, GetCasterGUID()); + m_target->CastSpell(m_target, spellId3, true, NULL, NULL, GetCasterGUID()); if (spellId4 && !IsDeleted()) - m_target->CastSpell(m_target, spellId1, true, NULL, NULL, GetCasterGUID()); + m_target->CastSpell(m_target, spellId4, true, NULL, NULL, GetCasterGUID()); } else { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c64418ca0..eb5a350ac 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10305" + #define REVISION_NR "10306" #endif // __REVISION_NR_H__