Explorar o código

修改闯关礼金

gitxsm hai 1 mes
pai
achega
86e5df4782
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
     local val = getStageVal(stageType, currentStage)
     if val > 0 then
     if val > 0 then
         addDailyStoreVal(human, val)
         addDailyStoreVal(human, val)
+        updateRedDot(human)
     end
     end
 end
 end