mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-17 14:54:46 +01:00
Implement secondary skills in star tower too
This commit is contained in:
@@ -30,7 +30,7 @@ public class HandlerStarTowerApplyReq extends NetHandler {
|
||||
// Create response
|
||||
var rsp = StarTowerApplyResp.newInstance()
|
||||
.setLastId(req.getId())
|
||||
.setCoinQty(game.getResCount(GameConstants.STAR_TOWER_COIN_ITEM_ID))
|
||||
.setCoinQty(game.getResCount(GameConstants.TOWER_COIN_ITEM_ID))
|
||||
.setInfo(game.toProto())
|
||||
.setChange(change.toProto());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user