mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Update for changes on master
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user