forked from WoWAnalyzer/WoWAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BDK rotational analysis and handle Deathbringer effects
I have not had the time to fix up the rotational stuff properly. It changes a lot with Deathbringer in the mix. So we're removing it rather than leaving in wrong info. This also includes fixes to several issues related to Deathbringer: - Added Reaper's Mark - Normalize Marrowrend's Rune cost when Exterminate is present - Handle Exterminate in RuneWaste and MarrowrendUsage - Handle Deathbringer-related CDR
- Loading branch information
Showing
10 changed files
with
176 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
import { change, date } from 'common/changelog'; | ||
import SPELLS from 'common/SPELLS'; | ||
import talents from 'common/TALENTS/deathknight'; | ||
import { emallson } from 'CONTRIBUTORS'; | ||
import SpellLink from 'interface/SpellLink'; | ||
|
||
// prettier-ignore | ||
export default [ | ||
change(date(2024, 8, 12), <>Fix crash when <SpellLink spell={talents.RAPID_DECOMPOSITION_TALENT} /> was not selected.</>, emallson), | ||
change(date(2024, 10, 5), <>Added warning about repeated <SpellLink spell={talents.DEATH_STRIKE_TALENT} /> casts.</>, emallson), | ||
change(date(2024, 10, 5), <>Removed Dragonflight rotational analysis.</>, emallson), | ||
change(date(2024, 10, 5), <>Fixed handling of <SpellLink spell={SPELLS.EXTERMINATE} /> cost reduction and Deathbringer cooldown reduction effects.</>, emallson), | ||
change(date(2024, 8, 12), <>Fixed crash when <SpellLink spell={talents.RAPID_DECOMPOSITION_TALENT} /> was not selected.</>, emallson), | ||
change(date(2024, 7, 28), 'Basic updates for The War Within', emallson), | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
299 changes: 0 additions & 299 deletions
299
src/analysis/retail/deathknight/blood/modules/features/AplCheck.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.