fix(loot): gate auto-loot sends per loot session

This commit is contained in:
Kelsi 2026-03-14 07:31:15 -07:00
parent c1baffadf0
commit 9cd52c4dd7
2 changed files with 5 additions and 2 deletions

View file

@ -2829,6 +2829,7 @@ private:
struct LocalLootState {
LootResponseData data;
bool moneyTaken = false;
bool itemAutoLootSent = false;
};
std::unordered_map<uint64_t, LocalLootState> localLootState_;
struct PendingLootRetry {