소스 검색

修改闯关礼金

gitxsm 1 개월 전
부모
커밋
86e5df4782
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      script/module/battle/BattleGift.lua

+ 1 - 0
script/module/battle/BattleGift.lua

@@ -189,6 +189,7 @@ function StageClearHandle(human, currentStage, stageType)
     local val = getStageVal(stageType, currentStage)
     if val > 0 then
         addDailyStoreVal(human, val)
+        updateRedDot(human)
     end
 end