aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GridNotifiers.h')
-rw-r--r--src/game/GridNotifiers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h
index bea125cf5ee..4bbb31c65c0 100644
--- a/src/game/GridNotifiers.h
+++ b/src/game/GridNotifiers.h
@@ -596,13 +596,13 @@ namespace Trinity
float i_range;
};
- class CreatureWithDbGUIDCheck
+ class CreatureWithDbGUIDCheck
{
public:
CreatureWithDbGUIDCheck(WorldObject const* obj, uint32 lowguid) : i_obj(obj), i_lowguid(lowguid) {}
bool operator()(Creature* u)
{
- return u->GetDBTableGUIDLow() == i_lowguid;
+ return u->GetDBTableGUIDLow() == i_lowguid;
}
private:
WorldObject const* i_obj;