Update aoe_loot.h

This commit is contained in:
TerraByte
2025-04-13 20:53:51 -05:00
committed by GitHub
parent 6c548984ed
commit 826fe8bfba

View File

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