aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-07-26 14:19:33 -0700
committersilinoron <none@none>2010-07-26 14:19:33 -0700
commitb69fa7ba2589cd91ac7481b41dc180bf6e1fd7ec (patch)
tree2a305ca6317458bffb2cdea26408a770664e3f16 /src
parent8e7f30eb6199392b14e038d9adcb1a885f792b92 (diff)
Players should be able to join the GuildRecruitment channel even if they are currently in a guild.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Chat/Channels/Channel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Chat/Channels/Channel.cpp b/src/server/game/Chat/Channels/Channel.cpp
index bb70e54354c..0217b88956f 100644
--- a/src/server/game/Chat/Channels/Channel.cpp
+++ b/src/server/game/Chat/Channels/Channel.cpp
@@ -168,9 +168,6 @@ void Channel::Join(uint64 p, const char *pass)
return;
}
- if (plr->GetGuildId() && (GetFlags() == 0x38))
- return;
-
plr->JoinedChannel(this);
}