mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
miscs: CMSG received correctly (quest, loot etc.)
This commit is contained in:
@@ -36,8 +36,8 @@ GuidVector NearestGameObjects::Calculate()
|
||||
GuidVector result;
|
||||
for (GameObject* go : targets)
|
||||
{
|
||||
if (ignoreLos || bot->IsWithinLOSInMap(go))
|
||||
result.push_back(go->GetGUID());
|
||||
// if (ignoreLos || bot->IsWithinLOSInMap(go))
|
||||
result.push_back(go->GetGUID());
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user