mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Spells] Updates and fixes to Target Locked Pets (#1932)
* start of rework * reworked v2 no timer * fix * more mechanics * Update pets.cpp * move to pet.cpp * [Spells] Updates and fixes to Target Locked Pets * [Spells] Updates and fixes to Target Locked Pets
This commit is contained in:
@@ -136,9 +136,6 @@ void Mob::SpellProcess()
|
||||
void NPC::SpellProcess()
|
||||
{
|
||||
Mob::SpellProcess();
|
||||
if (swarm_timer.Check()) {
|
||||
DepopSwarmPets();
|
||||
}
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user