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:
silinoron
2010-07-26 14:19:33 -07:00
parent 8e7f30eb61
commit b69fa7ba25

View File

@@ -168,9 +168,6 @@ void Channel::Join(uint64 p, const char *pass)
return;
}
if (plr->GetGuildId() && (GetFlags() == 0x38))
return;
plr->JoinedChannel(this);
}