diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h index 5c071567f9a..5f4fe8cb05b 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -71,7 +71,7 @@ Trinity::PlayerVisibilityNotifier::Visit(GridRefManager &m) { for(typename GridRefManager::iterator iter = m.begin(); iter != m.end(); ++iter) { - i_player.UpdateVisibilityOf(iter->getSource(),i_data,i_data_updates,i_visibleNow); + i_player.UpdateVisibilityOf(iter->getSource(),i_data,i_visibleNow); i_clientGUIDs.erase(iter->getSource()->GetGUID()); } }