|
@@ -273,6 +273,11 @@ class ShopProc {
|
|
|
|
|
|
$n = rand(0, count($gemList) - 1);
|
|
|
$gem = StoreProc::initGem($gemList[$n]->typeId);
|
|
|
+
|
|
|
+ if($mo->type == 2){
|
|
|
+ SystemProc::GetGem_GreaterOrangeQual_ShopBox(req()->zoneid, ctx()->baseInfo->name, $gemList[$n]->typeId);
|
|
|
+ }
|
|
|
+
|
|
|
$resultArr[] = $gem->uid;
|
|
|
StoreProc::PutGemInStore2($gem);
|
|
|
}
|