summaryrefslogtreecommitdiff
path: root/src/game/Chat/Channels/Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat/Channels/Channel.cpp')
-rw-r--r--src/game/Chat/Channels/Channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Chat/Channels/Channel.cpp b/src/game/Chat/Channels/Channel.cpp
index dc287ed0dd..6f059455aa 100644
--- a/src/game/Chat/Channels/Channel.cpp
+++ b/src/game/Chat/Channels/Channel.cpp
@@ -25,9 +25,9 @@
#include "AccountMgr.h"
#include "Player.h"
-Channel::Channel(std::string const& name, uint32 channelId, uint32 channelDBId, TeamId teamId, bool announce):
+Channel::Channel(std::string const& name, uint32 channelId, uint32 channelDBId, TeamId teamId, bool announce, bool ownership):
_announce(announce),
- _ownership(true),
+ _ownership(ownership),
_IsSaved(false),
_flags(0),
_channelId(channelId),