Skip to content

Commit 2a30774

Browse files
fix: correct the order of ship class buttons
1 parent e14b739 commit 2a30774

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Core.DataBase.WarThunder/Enumerations/EVehicleClass.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public enum EVehicleClass
3232
Boat = 40,
3333
HeavyBoat = 41,
3434
Barge = 42,
35-
Frigate = 46,
36-
Destroyer = 43,
37-
LightCruiser = 44,
38-
HeavyCruiser = 45,
35+
Frigate = 43,
36+
Destroyer = 44,
37+
LightCruiser = 45,
38+
HeavyCruiser = 46,
3939
}
4040
}

0 commit comments

Comments
 (0)