Răsfoiți Sursa

VCAI: always clear teleport channel probing list if we lost hero

ArseniyShestakov 10 ani în urmă
părinte
comite
11d4b4291c
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      AI/VCAI/VCAI.cpp

+ 1 - 0
AI/VCAI/VCAI.cpp

@@ -1694,6 +1694,7 @@ bool VCAI::moveHeroToTile(int3 dst, HeroPtr h)
 		if(!h)
 		{
 			lostHero(h);
+			teleportChannelProbingList.clear();
 			if (status.channelProbing()) // if hero lost during channel probing we need to switch this mode off
 				status.setChannelProbing(false);
 			throw cannotFulfillGoalException("Hero was lost!");