typo
This commit is contained in:
@@ -3053,7 +3053,7 @@ bool BotSession::ProcessPendingLfgProposalAccepts()
|
||||
bot->GetName(), dungeonMapId, x, y, z);
|
||||
|
||||
// Store entry point before teleport
|
||||
if (!bot->GetMap()->IsDungeon())
|
||||
if (!bot->GetMap() || !bot->GetMap()->IsDungeon())
|
||||
bot->SetBattlegroundEntryPoint();
|
||||
|
||||
bool teleportResult = bot->TeleportTo(
|
||||
|
||||
Reference in New Issue
Block a user