From 13f22e0c06fcce0d76fba3530eff9a1c06c72674 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 28 Sep 2025 00:06:28 +0200 Subject: Core/Misc: Reduce differences between branches --- src/server/game/Loot/LootMgr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/game/Loot/LootMgr.h') diff --git a/src/server/game/Loot/LootMgr.h b/src/server/game/Loot/LootMgr.h index 808cf529201..8d9ed8df8f0 100644 --- a/src/server/game/Loot/LootMgr.h +++ b/src/server/game/Loot/LootMgr.h @@ -87,7 +87,6 @@ class TC_GAME_API LootStore uint32 LoadAndCollectLootIds(LootIdSet& lootIdSet); void CheckLootRefs(LootIdSet* ref_set = nullptr) const; // check existence reference and remove it from ref_set void ReportUnusedIds(LootIdSet const& lootIdSet) const; - void ReportNonExistingId(uint32 lootId) const; void ReportNonExistingId(uint32 lootId, char const* ownerType, uint32 ownerId) const; bool HaveLootFor(uint32 loot_id) const { return m_LootTemplates.contains(loot_id); } -- cgit v1.2.3