百家学宫消耗

This commit is contained in:
luying
2021-01-05 15:50:46 +08:00
parent d2841f31c7
commit 5f73bd5c98
2 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ export class RoleHandler {
let friendShipLevels = gameData.friendShipLevel;
if (friendShipLevels[friendShipLevels.length - 1].level > favourLv) {
update.favour += parseInt(SCROLL.SCROLL_ACTIVE_FAVOUR);
update.favour += SCROLL.SCROLL_ACTIVE_FAVOUR;
for (let friendShipLevel of friendShipLevels) {
if (friendShipLevel.level < update.favourLv)
continue;