[11728] Lost line in prev. commit

This commit is contained in:
SilverIce 2011-07-09 19:31:21 +03:00
parent 94133107c7
commit 776ef3885a
2 changed files with 2 additions and 2 deletions

View file

@ -2007,10 +2007,10 @@ class MANGOS_DLL_SPEC Unit : public WorldObject
uint32 m_lastManaUseTimer; uint32 m_lastManaUseTimer;
VehicleInfo* m_vehicleInfo; VehicleInfo* m_vehicleInfo;
void DisableSpline();
private: private:
void CleanupDeletedAuras(); void CleanupDeletedAuras();
void UpdateSplineMovement(uint32 t_diff); void UpdateSplineMovement(uint32 t_diff);
void DisableSpline();
// player or player's pet // player or player's pet
float GetCombatRatingReduction(CombatRating cr) const; float GetCombatRatingReduction(CombatRating cr) const;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11727" #define REVISION_NR "11728"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__