Browse Source

宝石镶嵌

cyzhao 2 days ago
parent
commit
51df9198f7
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Gameserver/App/process/StoreProc.php

+ 7 - 7
Gameserver/App/process/StoreProc.php

@@ -1068,16 +1068,16 @@ class StoreProc {
         }
 
         $ins_equip->gemSetSlot = $gemSetSlotDic;
-        //ctx()->store(true)->equip->$equipUid = $ins_equip;
+        ctx()->store(true)->equip->$equipUid = $ins_equip;
 
         TaskProc::OnSetSpecialQualGem();
         FightProc::Ranking_FightPower();
-//        UserProc::updateUserInfo();
-//        return Resp::ok(array(
-//                    'gold' => 0,
-//                    'store' => ctx()->store,
-//                    'task' => ctx()->task,
-//        ));
+        UserProc::updateUserInfo();
+        return Resp::ok(array(
+                    'gold' => 0,
+                    'store' => ctx()->store,
+                    'task' => ctx()->task,
+        ));
     }
 
     /**