From 2342caff323fb22826815a1e2cd0983e5a19b8c7 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 14 Jul 2017 23:15:37 -0400 Subject: [PATCH] Update for changes on master --- zone/aura.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/aura.cpp b/zone/aura.cpp index 9ad2ec468..038abc35d 100644 --- a/zone/aura.cpp +++ b/zone/aura.cpp @@ -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?