diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 318cd373f..a0f458c5b 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1722,9 +1722,9 @@ namespace MaNGOS { x = c->GetPositionX(); y = c->GetPositionY(); - - add(c,x,y); } + + add(c,x,y); } template diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8d5affdef..7fd0441a6 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 "11657" + #define REVISION_NR "11658" #endif // __REVISION_NR_H__