We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c6768 commit 6081e21Copy full SHA for 6081e21
1 file changed
src/server/game/AI/SmartScripts/SmartAI.cpp
@@ -967,6 +967,7 @@ void SmartAI::UpdatePath(uint32 diff)
967
{
968
_OOCReached = false;
969
RemoveEscortState(SMART_ESCORT_RETURNING);
970
+ GetScript()->ProcessEventsFor(SMART_EVENT_REACHED_HOME);
971
if (!HasEscortState(SMART_ESCORT_PAUSED))
972
ResumePath();
973
}
0 commit comments