mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Limit position updates to those that care
This commit is contained in:
@@ -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() { };
|
||||
|
||||
Reference in New Issue
Block a user