diff --git a/src/aoe_loot.h b/src/aoe_loot.h index c2a081e..c3df324 100644 --- a/src/aoe_loot.h +++ b/src/aoe_loot.h @@ -46,6 +46,8 @@ public: AoeLootCommandScript() : CommandScript("AoeLootCommandScript") {} ChatCommandTable GetCommands() const override; + static bool HandleAoeLootOnCommand(ChatHandler* handler, Optional args); + static bool HandleAoeLootOffCommand(ChatHandler* handler, Optional args); static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional args); static bool ProcessLootSlot(Player* player, ObjectGuid lguid, uint8 lootSlot); static bool ProcessLootMoney(Player* player, Creature* creature);