mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
More Z fixes
This commit is contained in:
parent
d11e2410bf
commit
cfd2f8776e
@ -866,12 +866,6 @@ void Mob::FixZ() {
|
||||
duration
|
||||
);
|
||||
|
||||
float size = GetSize();
|
||||
if (size > 10)
|
||||
size = 10;
|
||||
|
||||
new_z += size / 2;
|
||||
|
||||
if ((new_z > -2000) && std::abs(m_Position.z - new_z) < 35) {
|
||||
if (RuleB(Map, MobZVisualDebug))
|
||||
this->SendAppearanceEffect(78, 0, 0, 0, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user