mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
Minor fix (#2015)
This commit is contained in:
parent
2ab73c1fd5
commit
1b1ed18a23
@ -269,7 +269,7 @@ bool NewRpgBaseAction::CanInteractWithQuestGiver(Object* questGiver)
|
|||||||
if (!guid)
|
if (!guid)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!bot->IsInWorld())
|
if (!bot->IsInWorld() || bot->IsDuringRemoveFromWorld())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (bot->IsInFlight())
|
if (bot->IsInFlight())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user