mirror of
https://github.com/brighton-chi/mod-aoe-loot.git
synced 2026-01-13 00:58:34 +00:00
Update aoe_loot.h
This commit is contained in:
@@ -46,6 +46,8 @@ public:
|
||||
AoeLootCommandScript() : CommandScript("AoeLootCommandScript") {}
|
||||
ChatCommandTable GetCommands() const override;
|
||||
|
||||
static bool HandleAoeLootOnCommand(ChatHandler* handler, Optional<std::string> args);
|
||||
static bool HandleAoeLootOffCommand(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 ProcessLootMoney(Player* player, Creature* creature);
|
||||
|
||||
Reference in New Issue
Block a user