Main/System/HeroUI/HeroGiftWashWin.cs
@@ -150,6 +150,7 @@ { //延迟0.5秒发包 await UniTask.Delay(500); if (this == null) return; // destroyed during await var hero = HeroManager.Instance.GetHero(HeroUIManager.Instance.selectWashHeroGUID); if (hero == null) {