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