remove whitespace

This commit is contained in:
Ovahlord
2024-07-10 01:06:56 +02:00
parent b6e59b86a8
commit cce07dca09

View File

@@ -28,7 +28,7 @@
// 78 - Heroic Strike
class spell_warr_heroic_strike : public SpellScript
{
// Damage = {8+$ap*60/100}
// Damage = {8+$ap*60/100}
void CalculateDamage(Unit* /*victim*/, int32& damage, int32& /*flatMod*/, float& /*pctMod*/)
{
damage = static_cast<int32>(8 + GetCaster()->GetTotalAttackPowerValue(BASE_ATTACK) * 0.6f);