Android build v1.1.34
This commit is contained in:
@@ -10,9 +10,11 @@ export type Iwt2PvpGearNormalizationConfig = {
|
||||
gearLevel: Iwt2GearLevel
|
||||
}
|
||||
|
||||
export const IWT2_PVP_NORMALIZED_GEAR_LEVEL: Iwt2GearLevel = 5
|
||||
|
||||
export const IWT2_PVP_GEAR_NORMALIZATION: Iwt2PvpGearNormalizationConfig = {
|
||||
enabled: true,
|
||||
gearLevel: 5,
|
||||
gearLevel: IWT2_PVP_NORMALIZED_GEAR_LEVEL,
|
||||
}
|
||||
|
||||
export function createIwt2PvpNormalizedGearProgress(
|
||||
|
||||
Reference in New Issue
Block a user