Compare commits

...

1 Commits

Author SHA1 Message Date
bashermens
057ba2ab5e Minor fix 2026-01-15 00:41:41 +01:00

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