Skip to content

Commit

Permalink
Merge pull request #283 from ForsakenNGS/issue-269
Browse files Browse the repository at this point in the history
#269 Set Favorite lists as "Always active" by default
  • Loading branch information
Hoizame authored Nov 27, 2022
2 parents db21f50 + 7d855ba commit 6edf6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AtlasLootClassic/Addons/Favourites.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ function Favourites:AddNewList(isGlobalList)

if not list[id] then -- should work as spam protect as GetServerTime returns sec
list[id] = {}
self:AddIntoShownList(id, isGlobalList, isGlobalList)
return id
end
return false
Expand Down

0 comments on commit 6edf6ec

Please sign in to comment.