Minor fix

This commit is contained in:
bashermens
2026-01-15 00:41:41 +01:00
committed by GitHub
parent 2ab73c1fd5
commit 057ba2ab5e

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