mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 13:27:15 +00:00
Fix alignment issues
This commit is contained in:
+1
-1
@@ -199,7 +199,6 @@ namespace CommandedSubTypes {
|
||||
constexpr uint16 END = CommandedSubTypes::Selo;
|
||||
};
|
||||
|
||||
|
||||
static std::map<uint16, std::string> botSubType_names = {
|
||||
{ CommandedSubTypes::SingleTarget, "SingleTarget" },
|
||||
{ CommandedSubTypes::GroupTarget, "GroupTarget" },
|
||||
@@ -212,6 +211,7 @@ static std::map<uint16, std::string> botSubType_names = {
|
||||
{ CommandedSubTypes::Grow, "Grow" },
|
||||
{ CommandedSubTypes::Selo, "Selo" }
|
||||
};
|
||||
|
||||
class Bot : public NPC {
|
||||
friend class Mob;
|
||||
public:
|
||||
|
||||
+1
-2
@@ -93,8 +93,7 @@ struct AppearanceStruct {
|
||||
uint8 texture = UINT8_MAX;
|
||||
};
|
||||
|
||||
struct BotSpellSettings_Struct
|
||||
{
|
||||
struct BotSpellSettings_Struct {
|
||||
uint16 spellType; // type ID of bot category
|
||||
std::string shortName; // type short name of bot category
|
||||
std::string name; // type name of bot category
|
||||
|
||||
Reference in New Issue
Block a user