aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiersImpl.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-11 12:03:43 -0600
committermegamage <none@none>2009-03-11 12:03:43 -0600
commit6f4e33c611f0960c7c30ed5f6e8ff5da20c9c3fe (patch)
tree25a29a2011698a8613cab559932669821da262d5 /src/game/GridNotifiersImpl.h
parent444bf06830c5331ee3ea5ecec33939705cf67960 (diff)
parent3c5a92dbe0a1f140bbc7e1d9497e9e5d0d09e514 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/GridNotifiersImpl.h')
-rw-r--r--src/game/GridNotifiersImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h
index 20e72047055..9bf0bbe6fb3 100644
--- a/src/game/GridNotifiersImpl.h
+++ b/src/game/GridNotifiersImpl.h
@@ -67,7 +67,7 @@ inline void CreatureCreatureRelocationWorker(Creature* c1, Creature* c2)
template<class T>
inline void
-Trinity::PlayerRelocationNotifier::Visit(GridRefManager<T> &m)
+Trinity::PlayerVisibilityNotifier::Visit(GridRefManager<T> &m)
{
for(typename GridRefManager<T>::iterator iter = m.begin(); iter != m.end(); ++iter)
{