aboutsummaryrefslogtreecommitdiff
path: root/src/game/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Channel.cpp')
-rw-r--r--src/game/Channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp
index 588eb15f0cc..9bb3463dbdb 100644
--- a/src/game/Channel.cpp
+++ b/src/game/Channel.cpp
@@ -20,8 +20,8 @@
#include "Channel.h"
#include "ObjectMgr.h"
-#include "World.h"
#include "SocialMgr.h"
+#include "World.h"
Channel::Channel(const std::string& name, uint32 channel_id)
: m_announce(true), m_moderate(false), m_name(name), m_flags(0), m_channelId(channel_id), m_ownerGUID(0)