diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index 6b5738c5f..01fd2d601 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -571,7 +571,7 @@ namespace MaNGOS { public: ExplodeCorpseObjectCheck(WorldObject const* fobj, float range) : i_fobj(fobj), i_range(range) {} - WorldObject const& GetFocisObject() const { return *i_fobj; } + WorldObject const& GetFocusObject() const { return *i_fobj; } bool operator()(Player* u) { if (u->getDeathState()!=CORPSE || u->IsTaxiFlying() || diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8b68bce33..e9bd614b1 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 "10515" + #define REVISION_NR "10516" #endif // __REVISION_NR_H__