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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}
}