Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup runeslot codes #471

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

17 changes: 0 additions & 17 deletions Mimir.MongoDB.Tests/Bson/RuneSlotDocumentTest.cs

This file was deleted.

8 changes: 0 additions & 8 deletions Mimir.MongoDB.Tests/Mimir.MongoDB.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
<ParentFile>PetStateDocumentTest</ParentFile>
<DependentUpon>QuestListDocumentTest.cs</DependentUpon>
</None>
<None Update="Bson\RuneSlotDocumentTest.JsonSnapshot.verified.txt">
<ParentFile>RaiderStateDocumentTest</ParentFile>
<DependentUpon>RuneSlotDocumentTest.cs</DependentUpon>
</None>
<None Update="Bson\StakeDocumentTest.JsonSnapshot.verified.txt">
<ParentFile>RuneSlotDocumentTest</ParentFile>
<DependentUpon>StakeDocumentTest.cs</DependentUpon>
</None>
<None Update="Bson\WorldBossStateDocumentTest.JsonSnapshot.verified.txt">
<ParentFile>StakeDocumentTest</ParentFile>
<DependentUpon>WorldBossDocumentTest.cs</DependentUpon>
Expand Down
8 changes: 0 additions & 8 deletions Mimir.MongoDB/Bson/RuneSlotDocument.cs

This file was deleted.

227 changes: 0 additions & 227 deletions Mimir.Worker/ActionHandler/RuneSlotStateHandler.cs

This file was deleted.

112 changes: 0 additions & 112 deletions Mimir.Worker/CollectionUpdaters/RuneSlotCollectionUpdater.cs

This file was deleted.

1 change: 0 additions & 1 deletion Mimir.Worker/HostApplicationBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public static HostApplicationBuilder ConfigureHandlers(this HostApplicationBuil
builder.Services.AddBackgroundService<ProductsStateHandler>();
builder.Services.AddBackgroundService<ProductStateHandler>();
builder.Services.AddBackgroundService<RaiderStateHandler>();
builder.Services.AddBackgroundService<RuneSlotStateHandler>();
builder.Services.AddBackgroundService<StakeStateHandler>();
builder.Services.AddBackgroundService<TableSheetStateHandler>();
builder.Services.AddBackgroundService<WorldBossKillRewardRecordStateHandler>();
Expand Down
Loading
Loading