Del: Remove config redirections because they were a long time ago

This commit is contained in:
LmeSzinc 2023-12-28 02:44:12 +08:00
parent 03b1e495a8
commit 7be1802bb1

View File

@ -579,11 +579,11 @@ class ConfigGenerator:
class ConfigUpdater: class ConfigUpdater:
# source, target, (optional)convert_func # source, target, (optional)convert_func
redirection = [ redirection = [
('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'), # ('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'),
('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'), # ('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'),
('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily), # ('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily),
('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily), # ('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily),
('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily), # ('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily),
] ]
@cached_property @cached_property