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