Skip to content

Commit

Permalink
[Priest] remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpeters86 committed Oct 8, 2024
1 parent 8caf489 commit 90285ef
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions engine/class_modules/priest/sc_priest_pets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,20 +519,6 @@ struct void_flay_t final : public priest_pet_spell_t
trigger_gcd = 1.5_s;

damage_mul = data().effectN( 2 ).percent();

// TODO: check if this is working



// BUG: https://github.com/SimCMinMax/WoW-BugTracker/issues/1288
/*if ( p.o().bugs )
{
spell_power_mod.direct = 0.9;
}
else
{
apply_affecting_aura( p.o().specs.shadow_priest );
}*/
}

void init() override
Expand Down

0 comments on commit 90285ef

Please sign in to comment.