王刚 1 anno fa
parent
commit
cf14d336e9

+ 1 - 1
Gameserver/App/base/CmdCode.php

@@ -286,7 +286,7 @@ class CmdCode {
     /**
     /**
      * 挑战关卡: 领取奖励
      * 挑战关卡: 领取奖励
      */
      */
-    const fight_gateChallengePriceReviced = 6804;
+    const fight_gateChallengeRewards = 6804;
 
 
     /**
     /**
      * 挑战关卡: 开始挑战
      * 挑战关卡: 开始挑战

+ 1 - 1
Gameserver/App/process/FightProc.php

@@ -21,7 +21,7 @@ class FightProc {
                 return FightProc::PassGateTsPrizeReceive();
                 return FightProc::PassGateTsPrizeReceive();
             case CmdCode::fight_selectGate:                                     # 6803 主线剧情关卡选择
             case CmdCode::fight_selectGate:                                     # 6803 主线剧情关卡选择
                 return FightProc::SelectGate();
                 return FightProc::SelectGate();
-            case CmdCode::fight_gateChallengePriceReviced:                      # 6804 挑战关卡: 领取奖励
+            case CmdCode::fight_gateChallengeRewards:                      # 6804 挑战关卡: 领取奖励
                 return FightProc::GateChallengeRewards();
                 return FightProc::GateChallengeRewards();
             case CmdCode::fihgt_towerStart:                                     # 6805 挑战关卡: 开始挑战
             case CmdCode::fihgt_towerStart:                                     # 6805 挑战关卡: 开始挑战
                 return FightProc::ChallengeGateStartFight();
                 return FightProc::ChallengeGateStartFight();