fix(Scripts/Spell): Gargoyle's damage (#11389)

Co-authored-by: Badanin Roman <r.badanin@etud.univ-pau.fr>
This commit is contained in:
r0m1ntik
2022-04-13 10:58:40 +02:00
committed by GitHub
parent 1b1e29bef4
commit 5bebb14967

View File

@@ -322,7 +322,7 @@ class spell_pet_dk_gargoyle_strike : public SpellScript
}
}
SetHitDamage(damage);
SetEffectValue(damage);
}
void Register() override