We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaf875 commit 0e5132dCopy full SHA for 0e5132d
Helpers/LoadServerProfile.cs
@@ -871,11 +871,7 @@ public static List<uint> GetDutySupportDuties()
871
872
if (row == IntPtr.Zero)
873
{
874
-#if RB_DT
875
- row = GeneralFunctions.GetDawnContentRow(i + 200 - 36);
876
-#else
877
- row = GeneralFunctions.GetDawnContentRow(i + 200 - 23);
878
-#endif
+ row = GeneralFunctions.GetDawnContentRow(i + 200 - 38);
879
}
880
881
0 commit comments