mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Movement: 9080e7863c followup
not the desired optimization I was aiming at, ty Shauren
This commit is contained in:
@@ -123,7 +123,7 @@ uint32 MotionMaster::Size() const
|
||||
return _defaultGenerator ? 1 : 0 + uint32(_generators.size());
|
||||
}
|
||||
|
||||
std::vector<MovementGeneratorInformation> const MotionMaster::GetMovementGeneratorsInformation() const
|
||||
std::vector<MovementGeneratorInformation> MotionMaster::GetMovementGeneratorsInformation() const
|
||||
{
|
||||
std::vector<MovementGeneratorInformation> list;
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ class TC_GAME_API MotionMaster
|
||||
|
||||
bool Empty() const;
|
||||
uint32 Size() const;
|
||||
std::vector<MovementGeneratorInformation> const GetMovementGeneratorsInformation() const;
|
||||
std::vector<MovementGeneratorInformation> GetMovementGeneratorsInformation() const;
|
||||
MovementSlot GetCurrentSlot() const;
|
||||
MovementGenerator* GetCurrentMovementGenerator() const;
|
||||
MovementGeneratorType GetCurrentMovementGeneratorType() const;
|
||||
|
||||
Reference in New Issue
Block a user