diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 5fc81ced4..9cc2a7e85 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -152,7 +152,6 @@ void Object::BuildCreateUpdateBlockForPlayer(UpdateData* data, Player* target) c { if (((GameObject*)this)->GetOwnerGuid().IsPlayer()) updatetype = UPDATETYPE_CREATE_OBJECT2; - break; } } if (updateFlags & UPDATEFLAG_HAS_POSITION) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ec12f9ea4..a3e061eb2 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 "0019" + #define REVISION_NR "0020" #endif // __REVISION_NR_H__