Explorar o código

fixed: 关卡战斗删除2个参数

gwang %!s(int64=4) %!d(string=hai) anos
pai
achega
4e999dc499
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gameserver/Amfphp/process/FightProc/SweepGatesProc.php

+ 1 - 1
Gameserver/Amfphp/process/FightProc/SweepGatesProc.php

@@ -128,7 +128,7 @@ class SweepGatesProc {
      * [6801] 关卡挑战1次 
      */
     public static function Arenas_Fight() {
-        list($gateId, $difficulty, $star, $TeamObj, $rewardStr, $_killedbossId) = req()->paras;  # 提取参数: 挑战的关卡Id, 关卡难度(0,1,2), 几星, 队伍, 奖励字符串
+        list($gateId, $difficulty, $star, $TeamObj) = req()->paras;             # 提取参数: 挑战的关卡Id, 关卡难度(0,1,2), 几星, 队伍, 奖励字符串
         my_Assert($gateId > 0, ErrCode::err_arenasgate_indexillegal);           # 关卡id非法
 //        $md5 = gMem()->get(MemKey_User::temp_arenas_pre_reward_md5_str($req->zoneid, $req->uid));
 //        $_md5 = md5($gateId . $difficulty . $rewardStr);