Skip to content

Commit

Permalink
use a single func to get/set actors
Browse files Browse the repository at this point in the history
  • Loading branch information
bkader committed Nov 9, 2022
1 parent 893e6d1 commit a60ca70
Show file tree
Hide file tree
Showing 28 changed files with 488 additions and 586 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.8.83] - 2022-11-02

[view diff](https://github.com/bkader/Skada-Cata/compare/1.8.82...1.8.83)

## [1.8.82] - 2022-10-12

[view diff](https://github.com/bkader/Skada-Cata/compare/1.8.81...1.8.82)
Expand Down
2 changes: 1 addition & 1 deletion Skada/Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3295,10 +3295,10 @@ do
end

local function tentative_handler()
Skada.current = del(Skada.current, true)
Skada:CancelTimer(tentative_timer, true)
tentative_timer = nil
tentative = nil
Skada.current = nil
end

function Skada:CombatLogEvent(t)
Expand Down
Loading

0 comments on commit a60ca70

Please sign in to comment.