mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-30 02:31:29 +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)
|
||||
if (AI_movement_timer->Check()) {
|
||||
bool bPassed = true;
|
||||
auto z_off = GetZOffset();
|
||||
auto z_off = GetZOffset() / 2.0f;
|
||||
glm::vec3 normal;
|
||||
|
||||
// no zone map = fucked
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user