Limit position updates to those that care

This commit is contained in:
Michael Cook (mackal)
2017-07-22 17:35:42 -04:00
parent da660b461f
commit 51c9cec35a
2 changed files with 16 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ enum class AuraMovement {
class Aura : public NPC
{
// NOTE: We may have to override more virtual functions if they're causing issues
public:
Aura(NPCType *type_data, Mob *owner, AuraRecord &record);
~Aura() { };