mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
fix warnings
This commit is contained in:
@@ -251,7 +251,7 @@ std::string AiFactory::GetPlayerSpecName(Player* player)
|
||||
break;
|
||||
}
|
||||
|
||||
return std::move(specName);
|
||||
return specName;
|
||||
}
|
||||
|
||||
void AiFactory::AddDefaultCombatStrategies(Player* player, PlayerbotAI* const facade, Engine* engine)
|
||||
|
||||
Reference in New Issue
Block a user