فهرست منبع

最大关卡接口去掉参数

cyzhao 1 سال پیش
والد
کامیت
8f47ee35b9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Gameserver/App/model/User/Info_Gates.php

+ 1 - 1
Gameserver/App/model/User/Info_Gates.php

@@ -195,7 +195,7 @@ class Info_Gates extends Object_ext {
     /**
      * 最大通关id
      */
-    public function maxPassGateId($gateId) {
+    public function maxPassGateId() {
         $maxIndex = 0;
         $maxGateId = 0;
         foreach ($this->GateList as $gateId => $Ins_GateInfo) {