From c10a983c602dd6e85d91a3ec7daf20fc0a733f22 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Wed, 22 Sep 2010 09:12:26 +0200 Subject: [PATCH] [10516] Fix small typo in class ExplodeCorpseObjectCheck Signed-off-by: NoFantasy --- src/game/GridNotifiers.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__