From 0e3c20cefd6d198ba381631eee9909a356f388b4 Mon Sep 17 00:00:00 2001 From: TerraByte Date: Fri, 23 May 2025 18:43:00 -0500 Subject: [PATCH] Update aoe_loot.h --- src/aoe_loot.h | 2 ++ 1 file changed, 2 insertions(+) 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);