mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
[Cleanup] Remove FlushLootStats() from npc.h (#3079)
# Notes - This is unused.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user