ソースを参照

提交精炼保存也推送查询

SCFC 8 ヶ月 前
コミット
2a1b95e2db
1 ファイル変更3 行追加1 行削除
  1. 3 1
      script/module/equip/EquipWash.lua

+ 3 - 1
script/module/equip/EquipWash.lua

@@ -639,7 +639,7 @@ function EquipRefiningSave(human, bagIndex, heroUuid, pos)
     if equipGrid.RefiningHeroId then
         equipGrid.exclusiveHeroId = equipGrid.RefiningHeroId
     end
-    
+
     equipGrid.RefiningEffectList = nil
     equipGrid.RefiningHeroId = nil
 
@@ -653,4 +653,6 @@ function EquipRefiningSave(human, bagIndex, heroUuid, pos)
         ObjHuman.doCalcHero(human, heroIndex)
         HeroLogic.sendHeroBagDynamic(human, heroGrid.id, heroIndex)
     end
+
+    EquipRefiningQuery(human, bagIndex, heroUuid, pos)
 end