lzx hace 11 horas
padre
commit
9dda8cd02f

+ 1 - 1
Assets/Scripts/GameUI/UI/DivineSence/ShengShiEventWidgetType2.cs

@@ -229,7 +229,7 @@ namespace Fort23.Mono
 
             foreach (var eventListEventLink in eventList.eventLinks)
             {
-                if(eventListEventLink.eventLinkId < eventList.curStep)
+                if(eventListEventLink.eventLinkId <= eventList.curStep)
                     continue;
                 EventLinkConfig eventLinkConfig =
                     ConfigComponent.Instance.Get<EventLinkConfig>(eventListEventLink.eventLinkId);

+ 1 - 0
Assets/Scripts/GameUI/UI/RewardsPanel/WidgetItem.cs

@@ -149,6 +149,7 @@ namespace Fort23.Mono
             icon.gameObject.SetActive(true);
 
             Icon_WenHao.gameObject.SetActive(false);
+            Icon_shenshiJiangli.gameObject.SetActive(false);
 
             if (itemInfo.count.Value > 0)
             {