Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-23 14:54:21 +02:00
parent 193d71f158
commit 97608aeff7
2 changed files with 5 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ class spell_hun_chimera_shot : public SpellScriptLoader
{
GetCaster()->CastSpell(GetCaster(), SPELL_HUNTER_CHIMERA_SHOT_HEAL, true);
if (Aura* aur = GetHitUnit()->GetAura(SPELL_HUNTER_SERPENT_STING))
if (Aura* aur = GetHitUnit()->GetAura(SPELL_HUNTER_SERPENT_STING, GetCaster()->GetGUID()))
aur->SetDuration(aur->GetSpellInfo()->GetMaxDuration(), true);
}