Jelajahi Sumber

Correctly reset UI on aborting Clone/Sacrifice

Ivan Savenko 2 tahun lalu
induk
melakukan
02c9a3f3d8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      client/battle/BattleActionsController.cpp

+ 1 - 0
client/battle/BattleActionsController.cpp

@@ -128,6 +128,7 @@ void BattleActionsController::endCastingSpell()
 	if(owner.stacksController->getActiveStack())
 		possibleActions = getPossibleActionsForStack(owner.stacksController->getActiveStack()); //restore actions after they were cleared
 
+	selectedStack = nullptr;
 	GH.fakeMouseMove();
 }