Fix duration on WakeTheDead

This commit is contained in:
Michael Cook (mackal) 2018-01-20 19:19:40 -05:00
parent 26532c03ac
commit 6042410b4b

View File

@ -424,6 +424,7 @@ void Mob::WakeTheDead(uint16 spell_id, Mob *target, uint32 duration)
npca->GetSwarmInfo()->duration->Start(duration*1000);
}
npca->StartSwarmTimer(duration * 1000);
npca->GetSwarmInfo()->owner_id = GetID();
//give the pet somebody to "love"