Autofill quest items

This commit is contained in:
Tyfon
2024-05-27 14:17:54 -07:00
parent 8978922a5a
commit d8b17d19b9
5 changed files with 38 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ namespace UIFixes
KeepOfferWindowOpenPatches.Enable();
AddOfferClickablePricesPatches.Enable();
new AssortUnlocksPatch().Enable();
new AutofillQuestItemsPatch().Enable();
}
public static bool InRaid()