[Cleanup] Remove FlushLootStats() from npc.h (#3079)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-16 21:06:10 -04:00
committed by GitHub
parent 890ef696fe
commit 64df993c10
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -3778,11 +3778,6 @@ void NPC::SetRecordLootStats(bool record_loot_stats)
NPC::m_record_loot_stats = record_loot_stats;
}
void NPC::FlushLootStats()
{
m_rolled_items = {};
}
const std::vector<uint32> &NPC::GetRolledItems() const
{
return m_rolled_items;