mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Merge pull request #1148 from noudess/waterroam
Destination check needed to be actual ground z at loc. -15 wasnt enough
This commit is contained in:
commit
c6d4d8f291
@ -1610,7 +1610,7 @@ void NPC::AI_DoMovement() {
|
|||||||
auto position = glm::vec3(
|
auto position = glm::vec3(
|
||||||
roambox_destination_x,
|
roambox_destination_x,
|
||||||
roambox_destination_y,
|
roambox_destination_y,
|
||||||
(m_Position.z - 15)
|
roambox_destination_z
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user