diff --git a/src/game/Object.cpp b/src/game/Object.cpp index fd55717b4..f30cd438a 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -2058,4 +2058,4 @@ bool WorldObject::IsControlledByPlayer() const default: return false; } -} \ No newline at end of file +} diff --git a/src/game/Object.h b/src/game/Object.h index 08b4b94c5..f5088a3c2 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -518,4 +518,4 @@ class MANGOS_DLL_SPEC WorldObject : public Object ViewPoint m_viewPoint; }; -#endif \ No newline at end of file +#endif diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 75dc84c99..c51e523c8 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 "10572" + #define REVISION_NR "10573" #endif // __REVISION_NR_H__