From c822378bbf8ae5efe000675a816d255110b86b68 Mon Sep 17 00:00:00 2001 From: TerraByte Date: Mon, 28 Apr 2025 22:00:03 -0500 Subject: [PATCH] Update aoe_loot.h --- mod-aoe-loot/src/aoe_loot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod-aoe-loot/src/aoe_loot.h b/mod-aoe-loot/src/aoe_loot.h index 65a46e6..c2a081e 100644 --- a/mod-aoe-loot/src/aoe_loot.h +++ b/mod-aoe-loot/src/aoe_loot.h @@ -49,9 +49,11 @@ public: static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional args); static bool ProcessLootSlot(Player* player, ObjectGuid lguid, uint8 lootSlot); static bool ProcessLootMoney(Player* player, Creature* creature); + static void ProcessLootRelease(ObjectGuid lguid, Player* player, Loot* loot); }; void AddSC_AoeLoot(); + #endif //MODULE_AOELOOT_H