Sfoglia il codice sorgente

最大关卡接口去掉参数

cyzhao 1 anno fa
parent
commit
8f47ee35b9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {