mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 03:11:28 +00:00
Fix duration on WakeTheDead
This commit is contained in:
parent
26532c03ac
commit
6042410b4b
@ -424,6 +424,7 @@ void Mob::WakeTheDead(uint16 spell_id, Mob *target, uint32 duration)
|
|||||||
npca->GetSwarmInfo()->duration->Start(duration*1000);
|
npca->GetSwarmInfo()->duration->Start(duration*1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
npca->StartSwarmTimer(duration * 1000);
|
||||||
npca->GetSwarmInfo()->owner_id = GetID();
|
npca->GetSwarmInfo()->owner_id = GetID();
|
||||||
|
|
||||||
//give the pet somebody to "love"
|
//give the pet somebody to "love"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user