mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*Use 4 spaces instead of tabs in .cpp and .h files
--HG-- branch : trunk
This commit is contained in:
@@ -300,7 +300,7 @@ void PetAI::AttackStart(Unit *target)
|
||||
DoAttack(target,true); // STAY or FOLLOW, player clicked "attack" so attack with chase
|
||||
else
|
||||
DoAttack(target,false); // STAY, target in range, attack not clicked so attack without chase
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Unit *PetAI::SelectNextTarget()
|
||||
|
||||
Reference in New Issue
Block a user