mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 21:09:50 -04: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