Fight/GameActor/GAMgr.cs @@ -1161,6 +1161,7 @@ { if (otherPlayerAtkHeroDict.ContainsKey(_removeIdList[i])) { GA_Hero.CallOnStopBeAttacked(_removeIdList[i]); otherPlayerAtkHeroDict.Remove(_removeIdList[i]); } }