Skip to content

Commit

Permalink
Clean up wolf cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 17, 2024
1 parent 7e2333a commit 39b9fc3
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 @@ -909,7 +909,7 @@ spec:RegisterCombatLogEvent( function( _, subtype, _, sourceGUID, sourceName, _
alpha_expires = 0
}

C_Timer.After( 15, function()
C_Timer.After( ( state.talent.flowing_spirits.enabled and 8 or 15 ), function()
actual_spirits[ destGUID ] = nil
end )

Expand Down

0 comments on commit 39b9fc3

Please sign in to comment.