mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/Spells: Remove correct stack of Deadly Poison when using Envenom
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user