diff --git a/src/strategy/rpg/NewRpgBaseAction.cpp b/src/strategy/rpg/NewRpgBaseAction.cpp index 94457568..f61c2b33 100644 --- a/src/strategy/rpg/NewRpgBaseAction.cpp +++ b/src/strategy/rpg/NewRpgBaseAction.cpp @@ -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())