mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-11 07:52:25 +00:00
Adjust z offset down
This commit is contained in:
parent
e46e2952e6
commit
d8b704ef7d
@ -957,7 +957,7 @@ void Mob::ProcessForcedMovement()
|
|||||||
// this flag won't be set if the mob can't be pushed (rooted etc)
|
// this flag won't be set if the mob can't be pushed (rooted etc)
|
||||||
if (AI_movement_timer->Check()) {
|
if (AI_movement_timer->Check()) {
|
||||||
bool bPassed = true;
|
bool bPassed = true;
|
||||||
auto z_off = GetZOffset();
|
auto z_off = GetZOffset() / 2.0f;
|
||||||
glm::vec3 normal;
|
glm::vec3 normal;
|
||||||
|
|
||||||
// no zone map = fucked
|
// no zone map = fucked
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user