Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsj02 committed May 22, 2024
2 parents 34f6958 + f1bb7c0 commit bd4523d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ eventFrame:SetScript("OnEvent", function(_, event, ...)
end
end
if event ~= "PLAYER_ENTERING_WORLD" then return end
if 1 ~= PlayerGetTimerunningSeasonID() then return end

for itemID in pairs(const.GEM_SOCKET_TYPE) do
cache:CacheItemInfo(itemID)
Expand Down

0 comments on commit bd4523d

Please sign in to comment.