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;