aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-10-22 09:33:06 +0200
committerGitHub <noreply@github.com>2016-10-22 09:33:06 +0200
commitfb5b7bf17f5f3dba3c3460482e15592fcfa4cca3 (patch)
treef7fcb6a3603263003df3aa906292e3c4b7f0abf1
parent5f580c9d3d3d34be13e24000c1aeb5640dc4cc27 (diff)
Core/Chat: coding standards
-rw-r--r--src/server/game/Chat/Channels/Channel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Chat/Channels/Channel.cpp b/src/server/game/Chat/Channels/Channel.cpp
index 85d03ef6b1f..afaa0063a45 100644
--- a/src/server/game/Chat/Channels/Channel.cpp
+++ b/src/server/game/Chat/Channels/Channel.cpp
@@ -55,7 +55,6 @@ Channel::Channel(uint32 channelId, uint32 team /*= 0*/, AreaTableEntry const* zo
_channelFlags |= CHANNEL_FLAG_NOT_LFG;
}
-
Channel::Channel(std::string const& name, uint32 team /*= 0*/) :
_announceEnabled(true),
_ownershipEnabled(true),
@@ -749,7 +748,6 @@ void Channel::Say(ObjectGuid guid, std::string const& what, uint32 lang) const
};
SendToAll(builder, !info.IsModerator() ? guid : ObjectGuid::Empty);
-
}
void Channel::Invite(Player const* player, std::string const& newname)