Make all spell shortnames plural where applicable

This commit is contained in:
nytmyr
2025-01-31 18:57:04 -06:00
parent a008e75a1c
commit 2fdc4e8667
+4 -4
View File
@@ -835,8 +835,8 @@ static std::map<uint16, std::string> spellType_shortNames = {
{ BotSpellTypes::Debuff, "debuffs" },
{ BotSpellTypes::Cure, "cures" },
{ BotSpellTypes::GroupCures, "groupcures" },
{ BotSpellTypes::PetCures, "petcure" },
{ BotSpellTypes::Resurrect, "resurrect" },
{ BotSpellTypes::PetCures, "petcures" },
{ BotSpellTypes::Resurrect, "resurrects" },
{ BotSpellTypes::HateRedux, "hateredux" },
{ BotSpellTypes::InCombatBuffSong, "incombatbuffsongs" },
{ BotSpellTypes::OutOfCombatBuffSong, "outofcombatbuffsongs" },
@@ -874,8 +874,8 @@ static std::map<uint16, std::string> spellType_shortNames = {
{ BotSpellTypes::ResistBuffs, "resistbuffs" },
{ BotSpellTypes::PetDamageShields, "petdamageshields" },
{ BotSpellTypes::PetResistBuffs, "petresistbuffs" },
{ BotSpellTypes::HateLine, "hateline" },
{ BotSpellTypes::AEHateLine, "aehateline" },
{ BotSpellTypes::HateLine, "hatelines" },
{ BotSpellTypes::AEHateLine, "aehatelines" },
{ BotSpellTypes::Lull, "lull" },
{ BotSpellTypes::Teleport, "teleport" },
{ BotSpellTypes::Succor, "succor" },