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