cyzhao 1 жил өмнө
parent
commit
e582d7baef

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

@@ -333,7 +333,7 @@ class StoreProc {
      * @return bool
      */
     private static function GemIsCanCompose($uid) {
-        $Ins_gemItem = new Ins_Equip(ctx()->store->gemStore->$uid);
+        $Ins_gemItem = new Ins_Gem(ctx()->store->gemStore->$uid);
         
         $equipGemDic = ctx()->store->gemEquip;
         $equipPag = ctx()->store->equipPag;