Selaa lähdekoodia

Update hero paths on new day

Ivan Savenko 2 vuotta sitten
vanhempi
sitoutus
c328aadfed
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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);