diff --git a/src/game/Unit.h b/src/game/Unit.h index b808d39f7..09a5f0bbc 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -2007,10 +2007,10 @@ class MANGOS_DLL_SPEC Unit : public WorldObject uint32 m_lastManaUseTimer; VehicleInfo* m_vehicleInfo; + void DisableSpline(); private: void CleanupDeletedAuras(); void UpdateSplineMovement(uint32 t_diff); - void DisableSpline(); // player or player's pet float GetCombatRatingReduction(CombatRating cr) const; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1986c24eb..eb4c7e2c4 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11727" + #define REVISION_NR "11728" #endif // __REVISION_NR_H__