pvp:重写pvp定时器任务逻辑
This commit is contained in:
@@ -291,7 +291,6 @@ describe('聊天测试', function () {
|
||||
setTimeout(() => {
|
||||
if (i === HERO_GROW_MAX.STAR && j > 0) {
|
||||
} else {
|
||||
console.log('dddddddddddd', i, j);
|
||||
pinusClient.request('role.heroHandler.starUp', { hid: XIAHOUQINGYI_HID, star: i, starStage: j }, (starUpRes) => {
|
||||
if (starUpRes.code === STATUS.ROLE_STAR_REACH_MAX.code) {
|
||||
pinusClient.request('role.heroHandler.qualityUp', { hid: XIAHOUQINGYI_HID, quality: 2 }, (qualityUpRes) => {
|
||||
|
||||
Reference in New Issue
Block a user