Skip to content

Commit 0e5132d

Browse files
fix: Updated Duty Support dungones
1 parent bdaf875 commit 0e5132d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Helpers/LoadServerProfile.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,7 @@ public static List<uint> GetDutySupportDuties()
871871

872872
if (row == IntPtr.Zero)
873873
{
874-
#if RB_DT
875-
row = GeneralFunctions.GetDawnContentRow(i + 200 - 36);
876-
#else
877-
row = GeneralFunctions.GetDawnContentRow(i + 200 - 23);
878-
#endif
874+
row = GeneralFunctions.GetDawnContentRow(i + 200 - 38);
879875
}
880876

881877
if (row == IntPtr.Zero)

0 commit comments

Comments
 (0)