Rename BotSpells_Struct/BotSpells_Struct_wIndex

This commit is contained in:
nytmyr
2025-01-26 22:27:15 -06:00
parent 323f144984
commit b3a550f193
5 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void bot_command_discipline(Client* c, const Seperator* sep)
}
if (spell_id == UINT16_MAX) { // Aggressive/Defensive type
std::vector<BotSpells_Struct_wIndex> bot_spell_list;
std::vector<BotSpells_wIndex> bot_spell_list;
if (aggressive) {
bot_spell_list = bot_iter->BotGetSpellsByType(BotSpellTypes::DiscAggressive);