Sfoglia il codice sorgente

宝箱一键领取bug修复

cyzhao 3 settimane fa
parent
commit
34e8557851
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gameserver/App/process/FightProc.php

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

@@ -626,7 +626,7 @@ class FightProc {
                 StoreProc::AddMultiItemInStore($gateMo->first_reward1);
             }
             
-            $ts2 = $gateMo->first_ts1 * 60;
+            $ts2 = $gateMo->first_ts2 * 60;
             if ($ins_gateInfo->MaxSeconds >= $ts2 && !in_array(2, $ins_gateInfo->FirstReward)) {
                 $ins_gateInfo->FirstReward[] = 2;
                 GuideProc::HeroChange_Guide_Trigger($gateId, 2);