mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11728] Lost line in prev. commit
This commit is contained in:
parent
94133107c7
commit
776ef3885a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11727"
|
||||
#define REVISION_NR "11728"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue