mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 01:49:09 +00:00
Fix: Updated to work with newer commits of AzerothCore
This commit is contained in:
@@ -108,7 +108,7 @@ std::string const WhoAction::QuerySpec(std::string const text)
|
||||
uint8 spec = AiFactory::GetPlayerSpecTab(bot);
|
||||
|
||||
out << "|h|cffffffff" << chat->FormatRace(bot->getRace()) << " [" << (bot->getGender() == GENDER_MALE ? "M" : "F") << "] " << chat->FormatClass(bot, spec);
|
||||
out << " (|h|cff00ff00" << (uint32)bot->getLevel() << "|h|cffffffff lvl), ";
|
||||
out << " (|h|cff00ff00" << (uint32)bot->GetLevel() << "|h|cffffffff lvl), ";
|
||||
out << "|h|cff00ff00" << botAI->GetEquipGearScore(bot, false, false) << "|h|cffffffff GS (";
|
||||
|
||||
ItemCountByQuality visitor;
|
||||
|
||||
Reference in New Issue
Block a user