[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
-1
View File
@@ -115,7 +115,6 @@ public:
// loot recording / simulator
bool IsRecordLootStats() const;
void SetRecordLootStats(bool record_loot_stats);
void FlushLootStats();
const std::vector<uint32> &GetRolledItems() const;
int GetRolledItemCount(uint32 item_id);