Explorar el Código

章节礼包分页记录校验去掉

cyzhao hace 8 meses
padre
commit
bcbad8e825
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Gameserver/App/process/ShopProc.php

+ 3 - 3
Gameserver/App/process/ShopProc.php

@@ -39,9 +39,9 @@ class ShopProc {
     public static function Shop_GateGift_ShowGateId() {
         list($gateId) = req()->paras;
         
-        my_Assert(StlUtil::dictHasProperty(ctx()->gates->GateList,$gateId), ErrCode::active_const_no_err);
-        $mo = GameConfig::shop_gategift_getItem($gateId);
-        my_Assert($mo != null, ErrCode::err_const_no);
+        //my_Assert(StlUtil::dictHasProperty(ctx()->gates->GateList,$gateId), ErrCode::active_const_no_err);
+        //$mo = GameConfig::shop_gategift_getItem($gateId);
+        //my_Assert($mo != null, ErrCode::err_const_no);
         
         ctx()->privateState->shop_gateGift_showGateId = $gateId;