mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Destination check needed to be actual ground z at loc. -15 wasnt enough
This commit is contained in:
parent
8bc60acd77
commit
fff53fc465
@ -1610,7 +1610,7 @@ void NPC::AI_DoMovement() {
|
||||
auto position = glm::vec3(
|
||||
roambox_destination_x,
|
||||
roambox_destination_y,
|
||||
(m_Position.z - 15)
|
||||
roambox_destination_z
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user