Removed Wondrous Cubic skills from DailyTaskManager.

This commit is contained in:
MobiusDevelopment
2022-09-18 22:13:50 +00:00
parent e38c50ed2e
commit e1abc583ee
12 changed files with 12 additions and 24 deletions

View File

@@ -58,8 +58,7 @@ public class DailyTaskManager
private static final Set<Integer> RESET_SKILLS = new HashSet<>();
static
{
RESET_SKILLS.add(2510); // Wondrous Cubic
RESET_SKILLS.add(22180); // Wondrous Cubic - 1 time use
// No known skills.
}
public static final Set<Integer> RESET_ITEMS = new HashSet<>();
static