Selaa lähdekoodia

宝石合成bug修复

cyzhao 1 vuosi sitten
vanhempi
commit
e582d7baef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;