miscs: CMSG received correctly (quest, loot etc.)

This commit is contained in:
Yunfan Li
2023-07-26 13:17:48 +08:00
parent 38f385dae8
commit a2045d6d76
5 changed files with 9 additions and 6 deletions

View File

@@ -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;