mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix crash
This commit is contained in:
@@ -545,7 +545,7 @@ void PlayerbotHolder::OnBotLogin(Player* const bot)
|
||||
if (isLfg)
|
||||
{
|
||||
std::string lfgChannelName = channel->pattern[sWorld->GetDefaultDbcLocale()];
|
||||
new_channel = cMgr->GetJoinChannel(lfgChannelName, channel->ChannelID);
|
||||
new_channel = cMgr->GetJoinChannel("LookingForGroup", channel->ChannelID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user