Core/Movement: Replace old TargetedMovementGenerator into ChaseMovementGenerator and FollowMovementGenerator, full rewrite for both.
Port From (https://github.com/TrinityCore/TrinityCore/commit/14939204955d1a24fe465cdfcbf307daf3ce4f09)
This commit is contained in:
@@ -208,7 +208,7 @@ namespace Framework.Constants
|
||||
/// </summary>
|
||||
public const int MaxPetStables = 4;
|
||||
public const float PetFollowDist = 1.0f;
|
||||
public const float PetFollowAngle = MathFunctions.PiOver2;
|
||||
public const float PetFollowAngle = MathF.PI;
|
||||
public const int MaxSpellCharm = 4;
|
||||
public const int ActionBarIndexStart = 0;
|
||||
public const byte ActionBarIndexPetSpellStart = 3;
|
||||
|
||||
Reference in New Issue
Block a user