Skip to content

Commit 0bf97c3

Browse files
authored
Merge pull request #73 from Archomeda/fix/legend-enum
Update legend enum once and for all
2 parents 56251e4 + 45fa169 commit 0bf97c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: Gw2Sharp/Models/LegendType.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public enum LegendType : byte
1111
/// <summary>
1212
/// Glint.
1313
/// </summary>
14-
Legend1 = 14,
14+
Legend1 = 1,
1515

1616
/// <summary>
1717
/// Glint.
@@ -21,7 +21,7 @@ public enum LegendType : byte
2121
/// <summary>
2222
/// Shiro.
2323
/// </summary>
24-
Legend2 = 15,
24+
Legend2 = 2,
2525

2626
/// <summary>
2727
/// Glint.
@@ -31,7 +31,7 @@ public enum LegendType : byte
3131
/// <summary>
3232
/// Jalis.
3333
/// </summary>
34-
Legend3 = 16,
34+
Legend3 = 3,
3535

3636
/// <summary>
3737
/// Jalis.
@@ -41,7 +41,7 @@ public enum LegendType : byte
4141
/// <summary>
4242
/// Mallyx.
4343
/// </summary>
44-
Legend4 = 17,
44+
Legend4 = 4,
4545

4646
/// <summary>
4747
/// Mallyx.
@@ -51,7 +51,7 @@ public enum LegendType : byte
5151
/// <summary>
5252
/// Kalla.
5353
/// </summary>
54-
Legend5 = 18,
54+
Legend5 = 5,
5555

5656
/// <summary>
5757
/// Kalla.
@@ -61,7 +61,7 @@ public enum LegendType : byte
6161
/// <summary>
6262
/// Ventari.
6363
/// </summary>
64-
Legend6 = 19,
64+
Legend6 = 6,
6565

6666
/// <summary>
6767
/// Ventari.

0 commit comments

Comments
 (0)