This commit is contained in:
bashermens 2026-01-15 00:42:09 +01:00 committed by GitHub
parent 2ab73c1fd5
commit 1b1ed18a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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