mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Update for changes on master
This commit is contained in:
parent
e05a45f6c7
commit
2342caff32
@ -350,7 +350,7 @@ bool Aura::Process()
|
||||
|
||||
if (movement_type == AuraMovement::Follow && GetPosition() != owner->GetPosition() && movement_timer.Check()) {
|
||||
m_Position = owner->GetPosition();
|
||||
SendPosUpdate();
|
||||
SendPositionUpdate();
|
||||
}
|
||||
// TODO: waypoints?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user