File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6647,7 +6647,7 @@ struct lava_burst_overload_t : public elemental_overload_spell_t
66476647
66486648 if ( is_variant( spell_variant::PURGING_FLAMES ) && p()->bugs )
66496649 {
6650- m *= p()->talent .purging_flames->effectN( 1 ).percent();
6650+ m *= p()->buff .purging_flames->data(). effectN( 1 ).percent();
66516651 }
66526652
66536653 if ( player->specialization() == SHAMAN_ELEMENTAL )
@@ -6967,7 +6967,7 @@ struct lava_burst_t : public shaman_spell_t
69676967
69686968 if ( is_variant( spell_variant::PURGING_FLAMES ) && p()->bugs )
69696969 {
6970- m *= p()->talent .purging_flames->effectN( 1 ).percent();
6970+ m *= p()->buff .purging_flames->data(). effectN( 1 ).percent();
69716971 }
69726972
69736973 if (player->specialization() == SHAMAN_ELEMENTAL)
You can’t perform that action at this time.
0 commit comments