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:
@@ -20,8 +20,7 @@ using namespace Acore::ChatCommands;
|
|||||||
|
|
||||||
enum AoeLootString
|
enum AoeLootString
|
||||||
{
|
{
|
||||||
AOE_ACORE_STRING_MESSAGE = 50000,
|
AOE_ACORE_STRING_MESSAGE = 50000
|
||||||
AOE_ITEM_IN_THE_MAIL
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class AOELootServer : public ServerScript
|
class AOELootServer : public ServerScript
|
||||||
@@ -48,6 +47,7 @@ public:
|
|||||||
ChatCommandTable GetCommands() const override;
|
ChatCommandTable GetCommands() const override;
|
||||||
|
|
||||||
static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional<std::string> args);
|
static bool HandleStartAoeLootCommand(ChatHandler* handler, Optional<std::string> args);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void AddSC_AoeLoot();
|
void AddSC_AoeLoot();
|
||||||
|
|||||||
Reference in New Issue
Block a user