Skip to content

Commit

Permalink
better late than never, I suppose
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww committed Dec 28, 2024
1 parent b742828 commit 023f4cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Thaliak.Common.Database/ThaliakContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,13 @@ protected override void OnModelCreating(ModelBuilder builder)
Description = "FFXIV Korea - Retail - ex4 (Endwalker) - Win32",
ServiceId = 2
},
new()
{
Id = 18,
Name = "actoz/win32/release_ko/ex5",
Description = "FFXIV Korea - Retail - ex5 (Dawntrail) - Win32",
ServiceId = 2
},
// China
new()
{
Expand Down Expand Up @@ -318,6 +325,13 @@ protected override void OnModelCreating(ModelBuilder builder)
Name = "shanda/win32/release_chs/ex4",
Description = "FFXIV China - Retail - ex4 (Endwalker) - Win32",
ServiceId = 3
},
new()
{
Id = 19,
Name = "shanda/win32/release_chs/ex5",
Description = "FFXIV China - Retail - ex5 (Dawntrail) - Win32",
ServiceId = 3
}
}
);
Expand Down

0 comments on commit 023f4cc

Please sign in to comment.