百家学宫消耗
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user