mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
we love gc
This commit is contained in:
@@ -561,16 +561,12 @@ bool UFortKismetLibrary::PickLootDropsHook(UObject* Context, FFrame& Stack, bool
|
||||
Stack.StepCompiledIn(&WorldLevel);
|
||||
Stack.StepCompiledIn(&ForcedLootTier);
|
||||
|
||||
FFortItemEntry::FreeArrayOfEntries(OutLootToDropTempBuf);
|
||||
|
||||
LOG_INFO(LogDev, "Picking loot for {}.", TierGroupName.ComparisonIndex.Value ? TierGroupName.ToString() : "InvalidName");
|
||||
|
||||
auto LootDrops = PickLootDrops(TierGroupName, true);
|
||||
|
||||
/* LootDrop skuffed{};
|
||||
skuffed.ItemDefinition = FindObject<UFortItemDefinition>("AGID_CarminePack", nullptr, ANY_PACKAGE);
|
||||
skuffed.Count = 1;
|
||||
|
||||
LootDrops.push_back(skuffed); */
|
||||
|
||||
for (int i = 0; i < LootDrops.size(); i++)
|
||||
{
|
||||
auto& LootDrop = LootDrops.at(i);
|
||||
|
||||
Reference in New Issue
Block a user