This commit is contained in:
bashermens
2026-01-15 00:42:09 +01:00
committed by GitHub
parent 2ab73c1fd5
commit 1b1ed18a23

View File

@@ -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())