Merge branch 'main' into property-entrance-rewrite

This commit is contained in:
Jett
2023-10-30 02:23:54 +00:00
committed by GitHub
5 changed files with 15 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ void SortTable(LootTableEntries& table) {
lootToInsert = oldItrInner;
}
}
Game::logger->LogDebug("CDLootTableTable", "highest rarity %i item id %i", highestLootRarity, lootToInsert->itemid);
std::swap(*oldItrOuter, *lootToInsert);
}
}