diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 6bb4c5cee..d502ccb9f 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -152,7 +152,7 @@ bool Pet::LoadPetFromDB( Player* owner, uint32 petentry, uint32 petnumber, bool // FIXME: Setup near to finish point because GetObjectBoundingRadius set in Create but some Create calls can be dependent from proper position // if pet have creature_template_addon.auras with persistent point for example or script call float px, py, pz; - owner->GetClosePoint(px, py, pz, 0, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE, this); + owner->GetClosePoint(px, py, pz, 0, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE); Relocate(px, py, pz, owner->GetOrientation()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 894cc26a7..a2845193e 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 "11228" + #define REVISION_NR "11229" #endif // __REVISION_NR_H__