Update for changes on master

This commit is contained in:
Michael Cook (mackal) 2017-07-14 23:15:37 -04:00
parent e05a45f6c7
commit 2342caff32

View File

@ -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?