Core/Spells: Remove correct stack of Deadly Poison when using Envenom

This commit is contained in:
hexa-
2013-07-02 05:27:09 +02:00
parent 19aeac3abd
commit 7da727c6fe

View File

@@ -547,7 +547,7 @@ void Spell::EffectSchoolDMG(SpellEffIndex effIndex)
if (needConsume)
for (uint32 i = 0; i < doses; ++i)
unitTarget->RemoveAuraFromStack(spellId);
unitTarget->RemoveAuraFromStack(spellId, m_caster->GetGUID());
damage *= doses;
damage += int32(player->GetTotalAttackPowerValue(BASE_ATTACK) * 0.09f * combo);