|
|
@@ -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
|