mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
parent
01efa72aad
commit
79752c9abc
@ -24,7 +24,6 @@ void SortTable(LootTableEntries& table) {
|
|||||||
lootToInsert = oldItrInner;
|
lootToInsert = oldItrInner;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Game::logger->LogDebug("CDLootTableTable", "highest rarity %i item id %i", highestLootRarity, lootToInsert->itemid);
|
|
||||||
std::swap(*oldItrOuter, *lootToInsert);
|
std::swap(*oldItrOuter, *lootToInsert);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user