Merge pull request #292 from KayenEQ/Development

Updated swarm pet AI to be consistent with live.
This commit is contained in:
Michael Cook (mackal)
2014-11-18 15:04:08 -05:00
16 changed files with 210 additions and 94 deletions
-1
View File
@@ -6264,7 +6264,6 @@ void Client::Doppelganger(uint16 spell_id, Mob *target, const char *name_overrid
static const float swarm_pet_x[MAX_SWARM_PETS] = { 5, -5, 5, -5, 10, -10, 10, -10, 8, -8, 8, -8 };
static const float swarm_pet_y[MAX_SWARM_PETS] = { 5, 5, -5, -5, 10, 10, -10, -10, 8, 8, -8, -8 };
TempPets(true);
while(summon_count > 0) {
NPCType *npc_dup = nullptr;