mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 09:29:09 +00:00
Fix: Updated to work with newer commits of AzerothCore
This commit is contained in:
@@ -402,7 +402,7 @@ bool MovementAction::MoveTo(uint32 mapId, float x, float y, float z, bool idle,
|
||||
|
||||
// out << std::to_string(bot->getRace()) << ",";
|
||||
// out << std::to_string(bot->getClass()) << ",";
|
||||
// out << bot->getLevel() << ",";
|
||||
// out << bot->GetLevel() << ",";
|
||||
// out << (entry ? -1 : entry);
|
||||
|
||||
// sPlayerbotAIConfig->log("bot_movement.csv", out.str().c_str());
|
||||
@@ -559,7 +559,7 @@ bool MovementAction::MoveTo(uint32 mapId, float x, float y, float z, bool idle,
|
||||
// startPosition.printWKT({ startPosition, movePosition }, out, 1);
|
||||
// out << std::to_string(bot->getRace()) << ",";
|
||||
// out << std::to_string(bot->getClass()) << ",";
|
||||
// out << bot->getLevel();
|
||||
// out << bot->GetLevel();
|
||||
// out << 0;
|
||||
|
||||
// sPlayerbotAIConfig->log("bot_movement.csv", out.str().c_str());
|
||||
|
||||
Reference in New Issue
Block a user