fix(Scripts/ShadowLabs): Fix Murmur Touch dealing damage twice (#16058)

This commit is contained in:
Skjalf
2023-04-22 11:17:51 -03:00
committed by GitHub
parent a9ed401419
commit ace0cee18c

View File

@@ -218,7 +218,6 @@ class spell_murmur_touch : public AuraScript
{
if (GetTarget())
{
GetTarget()->CastSpell(GetTarget(), SPELL_SHOCKWAVE, true);
GetTarget()->CastSpell(GetTarget(), SPELL_SHOCKWAVE_SERVERSIDE, true);
}
}