aboutsummaryrefslogtreecommitdiff
path: root/src/game/GridNotifiers.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-18 15:31:44 -0600
committermegamage <none@none>2009-03-18 15:31:44 -0600
commit82777554a0a14a73e2dc9ffcda662ad89408b229 (patch)
treec5b28e3501d4256fa2257b41a001e5ad5f97d375 /src/game/GridNotifiers.h
parent838ad6d847b5058a4eb9fd1be8496bf7ed4ca601 (diff)
parentdbd69bda613faed2cc30ba95de5c07235ae73653 (diff)
*Merge with 243.
--HG-- branch : trunk
Diffstat (limited to 'src/game/GridNotifiers.h')
-rw-r--r--src/game/GridNotifiers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h
index b2988a43090..e0d96221d04 100644
--- a/src/game/GridNotifiers.h
+++ b/src/game/GridNotifiers.h
@@ -42,17 +42,12 @@ namespace Trinity
{
Player &i_player;
UpdateData i_data;
- UpdateDataMapType i_data_updates;
Player::ClientGUIDs i_clientGUIDs;
std::set<WorldObject*> i_visibleNow;
PlayerVisibilityNotifier(Player &player) : i_player(player),i_clientGUIDs(player.m_clientGUIDs) {}
template<class T> inline void Visit(GridRefManager<T> &);
- /*#ifdef WIN32
- template<> inline void Visit(PlayerMapType &);
- template<> inline void Visit(CreatureMapType &);
- #endif*/
void Notify(void);
};