fix(Scripts/Spell): 52308 Sample container clears Hydra Sputum (#23955)
This commit is contained in:
parent
c908f443e9
commit
9e8a25c5d4
1 changed files with 1 additions and 0 deletions
|
|
@ -1308,6 +1308,7 @@ class spell_q12683_take_sputum_sample : public SpellScript
|
|||
{
|
||||
uint32 spellId = GetSpellInfo()->Effects[EFFECT_0].CalcValue();
|
||||
caster->CastSpell(caster, spellId, true, nullptr);
|
||||
caster->RemoveAurasDueToSpell(reqAuraId); // consuming the sample clears Hydra Sputum
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue