|
@@ -321,9 +321,10 @@ class FightProc {
|
|
|
StoreProc::AddMultiItemInStore($layerMo->rewards); # 发放奖励
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- TaskProc::OnPassLayer_ChallengeGate($finalLayer - 1);
|
|
|
+
|
|
|
ctx()->gates()->TowerGateInfo()->CurLayer = $finalLayer;
|
|
|
+
|
|
|
+ TaskProc::OnPassLayer_ChallengeGate($finalLayer - 1);
|
|
|
UserProc::updateUserInfo();
|
|
|
$ret = array(
|
|
|
'store' => ctx()->store,
|