diff options
| author | megamage <none@none> | 2009-03-11 12:03:43 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-11 12:03:43 -0600 |
| commit | 6f4e33c611f0960c7c30ed5f6e8ff5da20c9c3fe (patch) | |
| tree | 25a29a2011698a8613cab559932669821da262d5 /src/game/GridNotifiersImpl.h | |
| parent | 444bf06830c5331ee3ea5ecec33939705cf67960 (diff) | |
| parent | 3c5a92dbe0a1f140bbc7e1d9497e9e5d0d09e514 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiersImpl.h')
| -rw-r--r-- | src/game/GridNotifiersImpl.h | 2 |
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) { |
