Skip to content

Commit

Permalink
Merge pull request #113 from Frechetta/dev
Browse files Browse the repository at this point in the history
Release 0.22.1
  • Loading branch information
Frechetta authored Jun 12, 2024
2 parents b42d828 + ca42542 commit e8e94d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.22.1

- fix bug :)

# 0.22.0

- add capability to clear data for guild
Expand Down
2 changes: 1 addition & 1 deletion CalamityEPGP/CalamityEPGP.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Title: CalamityEPGP
## Notes: EPGP addon for Cataclysm Classic
## Author: Kardiir-Atiesh
## Version: 0.22.0
## Version: 0.22.1
## Interface: 40400
## SavedVariables: CalamityEPGP
## DefaultState: enabled
Expand Down
4 changes: 2 additions & 2 deletions CalamityEPGP/sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function Sync:getEvents(timeframe, timestamps)
for timeframeTs in timestamps:iter() do
local index = timeframeTsIndex:get(timeframeTs)

-- if index ~= nil then
if index ~= nil and ns.db.history ~= nil then
local i = index
while true do
if i > #ns.db.history then
Expand All @@ -257,7 +257,7 @@ function Sync:getEvents(timeframe, timestamps)

i = i + 1
end
-- end
end
end
end

Expand Down

0 comments on commit e8e94d0

Please sign in to comment.