some ai slop
This commit is contained in:
parent
d61990d029
commit
e00fb7a99c
@ -42,10 +42,10 @@ static GameObject* FindNearestReadyVein(Player* player, float maxRange, float mi
|
||||
if (go->GetGUID().GetRawValue() == lastNode)
|
||||
continue;
|
||||
|
||||
if (go->GetLootState() != GO_READY)
|
||||
if (go->getLootState() != LootState::GO_READY)
|
||||
continue;
|
||||
|
||||
if (go->GetGoState() != GO_STATE_READY)
|
||||
if (go->getGoState() != GOState::GO_STATE_READY)
|
||||
continue;
|
||||
|
||||
float d = player->GetDistance(go);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user