mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
Compare commits
1 Commits
master
...
hermensbas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
057ba2ab5e |
@@ -269,7 +269,7 @@ bool NewRpgBaseAction::CanInteractWithQuestGiver(Object* questGiver)
|
|||||||
if (!guid)
|
if (!guid)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!bot->IsInWorld())
|
if (!bot->IsInWorld() || bot->IsDuringRemoveFromWorld())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (bot->IsInFlight())
|
if (bot->IsInFlight())
|
||||||
|
|||||||
Reference in New Issue
Block a user