소스 검색

宝石合成bug修复

cyzhao 1 년 전
부모
커밋
e582d7baef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gameserver/App/process/StoreProc.php

+ 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;