mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Movements/Pets: Fix the follow angle
This commit is contained in:
@@ -75,6 +75,6 @@ enum PetTalk
|
||||
};
|
||||
|
||||
#define PET_FOLLOW_DIST 1.0f
|
||||
#define PET_FOLLOW_ANGLE float(M_PI)
|
||||
#define PET_FOLLOW_ANGLE float(M_PI/2)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user