mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
[Commands] Cleanup #raidloot Command. (#1757)
- Cleanup message and logic. - Add RaidLootTypes enum and map for names.
This commit is contained in:
@@ -257,6 +257,15 @@ namespace BeastlordPetData {
|
||||
};
|
||||
}
|
||||
|
||||
namespace RaidLootTypes {
|
||||
enum : uint32 {
|
||||
RaidLeader = 1,
|
||||
GroupLeader,
|
||||
Selected,
|
||||
All
|
||||
};
|
||||
}
|
||||
|
||||
class ZoneDatabase : public SharedDatabase {
|
||||
typedef std::list<ServerLootItem_Struct*> ItemList;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user