mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Commands] Cleanup #advnpcspawn and #npcspawn Commands. (#1754)
* [Commands] Cleanup #advnpcspawn and #npcspawn Commands. - Cleanup messages and logic. - Add enum for spawn types to remove magic numbers. - Cleanup messages that were improper/unused. * Cleanup. * Cleanup. * Cleanup. * Typo. * Update command.cpp
This commit is contained in:
@@ -257,6 +257,18 @@ namespace BeastlordPetData {
|
||||
};
|
||||
}
|
||||
|
||||
namespace NPCSpawnTypes {
|
||||
enum : uint8 {
|
||||
CreateNewSpawn,
|
||||
AddNewSpawngroup,
|
||||
UpdateAppearance,
|
||||
RemoveSpawn,
|
||||
DeleteSpawn,
|
||||
AddSpawnFromSpawngroup,
|
||||
CreateNewNPC
|
||||
};
|
||||
}
|
||||
|
||||
namespace RaidLootTypes {
|
||||
enum : uint32 {
|
||||
RaidLeader = 1,
|
||||
|
||||
Reference in New Issue
Block a user