Update aoe_loot.h

This commit is contained in:
TerraByte
2025-04-28 22:00:03 -05:00
committed by GitHub
parent 298d2b3350
commit c822378bbf

View File

@@ -49,9 +49,11 @@ public:
static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional<std::string> args); static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional<std::string> args);
static bool ProcessLootSlot(Player* player, ObjectGuid lguid, uint8 lootSlot); static bool ProcessLootSlot(Player* player, ObjectGuid lguid, uint8 lootSlot);
static bool ProcessLootMoney(Player* player, Creature* creature); static bool ProcessLootMoney(Player* player, Creature* creature);
static void ProcessLootRelease(ObjectGuid lguid, Player* player, Loot* loot);
}; };
void AddSC_AoeLoot(); void AddSC_AoeLoot();
#endif //MODULE_AOELOOT_H #endif //MODULE_AOELOOT_H