王刚 1 tahun lalu
induk
melakukan
cf14d336e9
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      Gameserver/App/base/CmdCode.php
  2. 1 1
      Gameserver/App/process/FightProc.php

+ 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();
             case CmdCode::fight_selectGate:                                     # 6803 主线剧情关卡选择
                 return FightProc::SelectGate();
-            case CmdCode::fight_gateChallengePriceReviced:                      # 6804 挑战关卡: 领取奖励
+            case CmdCode::fight_gateChallengeRewards:                      # 6804 挑战关卡: 领取奖励
                 return FightProc::GateChallengeRewards();
             case CmdCode::fihgt_towerStart:                                     # 6805 挑战关卡: 开始挑战
                 return FightProc::ChallengeGateStartFight();