mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
removed action error log
This commit is contained in:
parent
5f60ded419
commit
eec4776672
@ -172,7 +172,7 @@ bool Engine::DoNextAction(Unit* unit, uint32 depth, bool minimal)
|
|||||||
|
|
||||||
if (!action)
|
if (!action)
|
||||||
{
|
{
|
||||||
LOG_ERROR("playerbots", "Action: {} - is UNKNOWN - c:{} l:{}", actionNode->getName().c_str(), botAI->GetBot()->getClass(), botAI->GetBot()->GetLevel());
|
//LOG_ERROR("playerbots", "Action: {} - is UNKNOWN - c:{} l:{}", actionNode->getName().c_str(), botAI->GetBot()->getClass(), botAI->GetBot()->GetLevel());
|
||||||
LogAction("A:%s - UNKNOWN", actionNode->getName().c_str());
|
LogAction("A:%s - UNKNOWN", actionNode->getName().c_str());
|
||||||
}
|
}
|
||||||
else if (action->isUseful())
|
else if (action->isUseful())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user