mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Players should be able to join the GuildRecruitment channel even if they are currently in a guild.
--HG-- branch : trunk
This commit is contained in:
@@ -168,9 +168,6 @@ void Channel::Join(uint64 p, const char *pass)
|
||||
return;
|
||||
}
|
||||
|
||||
if (plr->GetGuildId() && (GetFlags() == 0x38))
|
||||
return;
|
||||
|
||||
plr->JoinedChannel(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user