Skip to content

Commit fd4a22e

Browse files
committed
[Mage] Add a note
1 parent 29790ff commit fd4a22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/class_modules/sc_mage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3619,6 +3619,8 @@ struct frostbolt_t final : public frost_mage_spell_t
36193619
// TODO: This can get consumed by a Glacial Spike that hits before FFB does.
36203620
// The GS benefits (and consumes) only from the extra damage, the explosion
36213621
// still happens on FFB hit.
3622+
// TODO: Seems to be doing +100% damage rather than the +60% mentioned in desc
3623+
// Possibly talent's effect 1? Same goes for the Fire version
36223624
if ( frostfire && p()->state.trigger_ff_empowerment )
36233625
m *= 1.0 + p()->buffs.frostfire_empowerment->data().effectN( 3 ).percent();
36243626

0 commit comments

Comments
 (0)