소스 검색

Update hero paths on new day

Ivan Savenko 2 년 전
부모
커밋
c328aadfed
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/adventureMap/CAdvMapInt.cpp

+ 2 - 0
client/adventureMap/CAdvMapInt.cpp

@@ -891,6 +891,8 @@ void CAdvMapInt::select(const CArmedInstance *sel, bool centerView)
 		heroList->select(hero);
 		townList->select(nullptr);
 
+		LOCPLINT->paths.verifyPath(hero);
+
 		updateSleepWake(hero);
 		updateMoveHero(hero);
 		updateSpellbook(hero);