Browse Source

装备一键合成bug修复

cyzhao 6 months ago
parent
commit
a65085f73b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/process/StoreProc.php

+ 1 - 0
Gameserver/App/process/StoreProc.php

@@ -357,6 +357,7 @@ class StoreProc {
                 foreach ($composeArr as $val) {
                     if ($ing_compose) {//合成的回收 不合成的可不能给回收了
                         self::equipLevelUp_Material_Recovery($val->mo()->rarity, $val->qual, $val->mo()->position, $val->level);
+                        StlUtil::dictRemove(ctx()->store(true)->equip, $val->uid);
                     }
                     StlUtil::arrayRemove($arr, $val);
                 }