|
@@ -410,6 +410,7 @@ class FightProc {
|
|
|
my_Assert($layerMo != null, ErrCode::err_const_no);
|
|
|
StoreProc::AddMultiItemInStore($layerMo->rewards); # 发放奖励
|
|
|
}
|
|
|
+ ctx()->gates()->TowerGateInfo()->CurLayer = $finalLayer;
|
|
|
UserProc::updateUserInfo();
|
|
|
$ret = array(
|
|
|
'store' => ctx()->store,
|