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.
[BDK] fix crash in CastEfficiency when Rapid Decomp is not selected (W…
…oWAnalyzer#6947) completely omitting `castEfficiency` works so idk what is going on, but people should really be pushing D&D anyway
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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,7 +1,10 @@ | ||
import { change, date } from 'common/changelog'; | ||
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, 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