feat: focus 2.0 #2898
@ -34,6 +34,9 @@ export const focusController: RequestHandler = async (req, res) => {
 | 
				
			|||||||
            case Focus2Operation.UpdateUpgrade:
 | 
					            case Focus2Operation.UpdateUpgrade:
 | 
				
			||||||
                op = "UpdateUpgrade";
 | 
					                op = "UpdateUpgrade";
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
 | 
					            case Focus2Operation.SentTrainingAmplifier:
 | 
				
			||||||
 | 
					                op = "SentTrainingAmplifier";
 | 
				
			||||||
 | 
					                break;
 | 
				
			||||||
            case Focus2Operation.ConvertShard:
 | 
					            case Focus2Operation.ConvertShard:
 | 
				
			||||||
                op = "ConvertShard";
 | 
					                op = "ConvertShard";
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
@ -263,6 +266,7 @@ enum Focus2Operation {
 | 
				
			|||||||
    LevelUpUpgrade = "5",
 | 
					    LevelUpUpgrade = "5",
 | 
				
			||||||
    ActivateWay = "6",
 | 
					    ActivateWay = "6",
 | 
				
			||||||
    UpdateUpgrade = "7", // used to change the IsActive state, same format as ILevelUpUpgradeRequest
 | 
					    UpdateUpgrade = "7", // used to change the IsActive state, same format as ILevelUpUpgradeRequest
 | 
				
			||||||
 | 
					    SentTrainingAmplifier = "9",
 | 
				
			||||||
    ConvertShard = "11"
 | 
					    ConvertShard = "11"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user