mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Update process timer to be less aggressive
This commit is contained in:
parent
cb9f0fbe31
commit
726a996a25
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Aura::Aura(NPCType *type_data, Mob *owner, AuraRecord &record)
|
Aura::Aura(NPCType *type_data, Mob *owner, AuraRecord &record)
|
||||||
: NPC(type_data, 0, owner->GetPosition(), GravityBehavior::Flying), spell_id(record.spell_id), distance(record.distance),
|
: NPC(type_data, 0, owner->GetPosition(), GravityBehavior::Flying), spell_id(record.spell_id), distance(record.distance),
|
||||||
remove_timer(record.duration), movement_timer(100), process_timer(100), aura_id(-1)
|
remove_timer(record.duration), movement_timer(100), process_timer(1000), aura_id(-1)
|
||||||
{
|
{
|
||||||
GiveNPCTypeData(type_data); // we will delete this later on
|
GiveNPCTypeData(type_data); // we will delete this later on
|
||||||
m_owner = owner->GetID();
|
m_owner = owner->GetID();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user