Skip to content

Commit

Permalink
Add new Season of Discovery Raids
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jul 18, 2024
1 parent c74e89b commit ffea6b7
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 71 deletions.
4 changes: 1 addition & 3 deletions Client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,7 @@ function LootReserve.Client:StartSession(server, starting, startTime, acceptingR
end

local itemID = LootReserve.ItemCache:Item(link):GetID();
if LootReserve.Data.FactionConversionItems[itemID] then
itemID = LootReserve.Data.FactionConversionItems[itemID];
end
itemID = LootReserve.Data:GetIntendedItem(itemID);
local tokenID = LootReserve.Data:GetToken(itemID);
if LootReserve.Client.SessionServer and not LootReserve.Client.ReservableIDs[tokenID] then
tokenID = nil;
Expand Down
Loading

0 comments on commit ffea6b7

Please sign in to comment.