fix(Scripts/Spell): 52308 Sample container clears Hydra Sputum (#23955)

This commit is contained in:
Digid702 2026-02-13 15:58:00 -08:00 committed by GitHub
parent c908f443e9
commit 9e8a25c5d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}