aboutsummaryrefslogtreecommitdiff
path: root/src/game/ChatHandler.cpp
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 21:41:07 +0200
committerpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 21:41:07 +0200
commitf6447e8f34c28785f605e2ae0882c24799d34456 (patch)
treedf83e1ffc575f05b56cb9a817a4dd7b83b22123f /src/game/ChatHandler.cpp
parentee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (diff)
*Including style fixing - part 1
--HG-- branch : trunk
Diffstat (limited to 'src/game/ChatHandler.cpp')
-rw-r--r--src/game/ChatHandler.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/game/ChatHandler.cpp b/src/game/ChatHandler.cpp
index 142de50b059..ae9da2d9fe5 100644
--- a/src/game/ChatHandler.cpp
+++ b/src/game/ChatHandler.cpp
@@ -19,25 +19,26 @@
*/
#include "Common.h"
-#include "Log.h"
+#include "ObjectAccessor.h"
+#include "ObjectMgr.h"
+#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"
-#include "World.h"
-#include "Opcodes.h"
-#include "ObjectMgr.h"
-#include "Chat.h"
#include "Database/DatabaseEnv.h"
+
+#include "CellImpl.h"
+#include "Chat.h"
#include "ChannelMgr.h"
+#include "GridNotifiersImpl.h"
#include "Group.h"
#include "Guild.h"
-#include "ObjectAccessor.h"
-#include "ScriptCalls.h"
+#include "Language.h"
+#include "Log.h"
+#include "Opcodes.h"
#include "Player.h"
+#include "ScriptCalls.h"
#include "SpellAuras.h"
-#include "Language.h"
#include "Util.h"
-#include "GridNotifiersImpl.h"
-#include "CellImpl.h"
void WorldSession::HandleMessagechatOpcode( WorldPacket & recv_data )
{