mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
dispatch request
This commit is contained in:
@@ -95,8 +95,11 @@ std::vector<std::pair<UFortItemDefinition*, int>> PickLootDrops(FName TierGroupN
|
||||
for (int p = 0; p < LTDTables.size(); p++)
|
||||
{
|
||||
auto LTD = LTDTables[p];
|
||||
auto& LTDRowMap = LTD->GetRowMap();
|
||||
|
||||
if (!LTD)
|
||||
continue;
|
||||
|
||||
auto& LTDRowMap = LTD->GetRowMap();
|
||||
auto LTDRowMapNum = LTDRowMap.Pairs.Elements.Num();
|
||||
|
||||
// auto TierGroupNameStr = TierGroupName.ToString();
|
||||
|
||||
Reference in New Issue
Block a user