Fix alignment issues

This commit is contained in:
nytmyr
2025-01-23 12:21:45 -06:00
parent 400bf12795
commit fa69e4ac1a
3 changed files with 348 additions and 349 deletions
+1 -1
View File
@@ -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
View File
@@ -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