diff --git a/js/planner.js b/js/planner.js index 8bb40d2..346a1ac 100644 --- a/js/planner.js +++ b/js/planner.js @@ -1350,7 +1350,7 @@ const ABILITY_JOB_MAP = { 'Intersection': 'AST', 'the Spire': 'AST', 'Kerachole': 'SGE', 'Holos': 'SGE', 'Holosakos': 'SGE', 'Panhaima': 'SGE', 'Haima': 'SGE', - 'Eukrasian Prognosis': 'SGE', 'Eukrasian Prognosis II': 'SGE', + 'Eukrasian Prognosis': 'SGE', 'Eukrasian Diagnosis': 'SGE', 'Differential Diagnosis': 'SGE', 'Troubadour': 'BRD', 'Tactician': 'MCH', @@ -1430,16 +1430,14 @@ const JOB_ABILITIES = { { name: 'the Spire', buffType: 'shield' }, ], 'SGE': [ - { name: 'Kerachole', buffType: 'buff' }, + { name: 'Kerachole', buffType: 'buff' }, { name: 'Holos', buffType: 'buff' }, { name: 'Holosakos', buffType: 'shield' }, { name: 'Panhaima', buffType: 'shield' }, { name: 'Eukrasian Prognosis', buffType: 'shield' }, - { name: 'Eukrasian Prognosis II', buffType: 'shield' }, { name: 'Eukrasian Diagnosis', buffType: 'shield' }, { name: 'Differential Diagnosis', buffType: 'shield' }, { name: 'Haima', buffType: 'shield' }, - { name: 'Addle', buffType: 'debuff' }, ], 'BRD': [{ name: 'Troubadour', buffType: 'buff' }], 'MCH': [{ name: 'Tactician', buffType: 'buff' }],