mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
Minor fix
This commit is contained in:
@@ -269,7 +269,7 @@ bool NewRpgBaseAction::CanInteractWithQuestGiver(Object* questGiver)
|
||||
if (!guid)
|
||||
return false;
|
||||
|
||||
if (!bot->IsInWorld())
|
||||
if (!bot->IsInWorld() || bot->IsDuringRemoveFromWorld())
|
||||
return false;
|
||||
|
||||
if (bot->IsInFlight())
|
||||
|
||||
Reference in New Issue
Block a user