|
@@ -261,7 +261,7 @@ class FightProc {
|
|
|
}
|
|
|
ctx()->gates()->TowerGateInfo()->TodayChanNum--; # 增加次数
|
|
|
} else { # 主线剧情
|
|
|
- ctx()->gates->GateList[$gateId]->fightNum += 1;
|
|
|
+ ctx()->gates->GateList->$gateId->fightNum += 1;
|
|
|
my_Assert(ctx()->base()->Consume_tili($mo->cost_tili), ErrCode::notenough_tili);
|
|
|
}
|
|
|
UserProc::updateUserInfo();
|