diff options
author | megamage <none@none> | 2009-03-11 11:48:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-11 11:48:57 -0600 |
commit | 3c5a92dbe0a1f140bbc7e1d9497e9e5d0d09e514 (patch) | |
tree | 70004281c39a5d4927fb144537b4baad5051b6c1 /src/game/GridNotifiersImpl.h | |
parent | 234a4d97077113ca8cf04def1687730da22408a8 (diff) |
*Fix a crash bug.
--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 7131b6281f4..4fe61076b18 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) { |