From d1e759479b3f31cccc270e40d3e6af13204eb627 Mon Sep 17 00:00:00 2001 From: visagalis Date: Fri, 14 Nov 2008 16:28:45 -0600 Subject: [svn] *** Source: MaNGOS *** * Fixed build extractor at Windows Vista. Author: Vladimir * Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox. * Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza * Small fixes in send/received packet and simple code cleanup also. Author: Vladimir * Not output error at loading empty character_ticket table. Author: Vladimir * Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius * Applied props to few files. --HG-- branch : trunk --- src/game/WorldSocketMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/WorldSocketMgr.cpp') diff --git a/src/game/WorldSocketMgr.cpp b/src/game/WorldSocketMgr.cpp index 36203e8fb01..a11960f33f5 100644 --- a/src/game/WorldSocketMgr.cpp +++ b/src/game/WorldSocketMgr.cpp @@ -165,7 +165,7 @@ protected: while (!m_Reactor->reactor_event_loop_done ()) { - // dont be too smart to move this outside the loop + // Don't be too smart to move this outside the loop // the run_reactor_event_loop will modify interval ACE_Time_Value interval (0, 10000); -- cgit v1.2.3