Skip to content

Commit

Permalink
Fix Enhancement enhancement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 14, 2024
1 parent 006ab39 commit 0e28f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheWarWithin/ShamanEnhancement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ spec:RegisterCombatLogEvent( function( _, subtype, _, sourceGUID, sourceName, _
if destGUID == state.GUID and ( subtype == "SPELL_AURA_APPLIED" or subtype == "SPELL_AURA_REFRESH" ) then
if spellID == 224125 then
insert( molten_weapons, {
expires = GetTime() + state.talent.flowing_spirits.enabled and 8 or 15
expires = GetTime() + ( state.talent.flowing_spirits.enabled and 8 or 15 )
} )

elseif spellID == 224126 then
Expand Down

0 comments on commit 0e28f87

Please sign in to comment.