File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public enum LegendType : byte
11
11
/// <summary>
12
12
/// Glint.
13
13
/// </summary>
14
- Legend1 = 14 ,
14
+ Legend1 = 1 ,
15
15
16
16
/// <summary>
17
17
/// Glint.
@@ -21,7 +21,7 @@ public enum LegendType : byte
21
21
/// <summary>
22
22
/// Shiro.
23
23
/// </summary>
24
- Legend2 = 15 ,
24
+ Legend2 = 2 ,
25
25
26
26
/// <summary>
27
27
/// Glint.
@@ -31,7 +31,7 @@ public enum LegendType : byte
31
31
/// <summary>
32
32
/// Jalis.
33
33
/// </summary>
34
- Legend3 = 16 ,
34
+ Legend3 = 3 ,
35
35
36
36
/// <summary>
37
37
/// Jalis.
@@ -41,7 +41,7 @@ public enum LegendType : byte
41
41
/// <summary>
42
42
/// Mallyx.
43
43
/// </summary>
44
- Legend4 = 17 ,
44
+ Legend4 = 4 ,
45
45
46
46
/// <summary>
47
47
/// Mallyx.
@@ -51,7 +51,7 @@ public enum LegendType : byte
51
51
/// <summary>
52
52
/// Kalla.
53
53
/// </summary>
54
- Legend5 = 18 ,
54
+ Legend5 = 5 ,
55
55
56
56
/// <summary>
57
57
/// Kalla.
@@ -61,7 +61,7 @@ public enum LegendType : byte
61
61
/// <summary>
62
62
/// Ventari.
63
63
/// </summary>
64
- Legend6 = 19 ,
64
+ Legend6 = 6 ,
65
65
66
66
/// <summary>
67
67
/// Ventari.
You can’t perform that action at this time.
0 commit comments