fix bug 镇念塔挂机开启
This commit is contained in:
@@ -87,7 +87,7 @@ export async function towerBattleEnd(channelService: ChannelService, sid: string
|
||||
}
|
||||
const { reward } = getTowerDataByLv(towerLv);
|
||||
if (reward) towerReward = reward;
|
||||
if (towerLv + 1 == HANG_UP_CONSTS.ENABLE_LV) {
|
||||
if (towerLv == HANG_UP_CONSTS.ENABLE_LV) {
|
||||
await startHangUp(roleId, roleName);
|
||||
channelService.pushMessageByUids('hangUpEnable', {code: 200, data: {enable: true}}, [{uid: roleId, sid}]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user