mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Make all spell shortnames plural where applicable
This commit is contained in:
+4
-4
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user