Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emallson committed Jun 24, 2024
1 parent b4f85ce commit 0e0f3a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion src/analysis/classic/warlock/destruction/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { change, date } from 'common/changelog';
import { emallson } from 'CONTRIBUTORS';

export default [
// REMOVE THIS ENTRY AND ADD YOUR OWN
change(date(2024, 6, 21), 'Implemented core support for Destruction Warlock', emallson),
];
2 changes: 0 additions & 2 deletions src/analysis/classic/warlock/destruction/CombatLogParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ManaTracker from 'parser/core/healingEfficiency/ManaTracker';
import SpellManaCost from 'parser/shared/modules/SpellManaCost';
// Modules
import Abilities from './modules/Abilities';
import AlwaysBeCasting from './modules/features/AlwaysBeCasting';
import Buffs from './modules/Buffs';
import CooldownThroughputTracker from './modules/features/CooldownThroughputTracker';
import FoundationGuide from 'interface/guide/foundation/FoundationGuide';
Expand All @@ -22,7 +21,6 @@ class CombatLogParser extends BaseCombatLogParser {
spellManaCost: SpellManaCost,
// Modules
abilities: Abilities,
alwaysBeCasting: AlwaysBeCasting,
cancelledCasts: CancelledCasts,
buffs: Buffs,
cooldownThroughputTracker: CooldownThroughputTracker,
Expand Down
1 change: 0 additions & 1 deletion src/analysis/classic/warlock/destruction/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// Reference this file in src\parser\index.ts
export { default } from './CONFIG';

This file was deleted.

0 comments on commit 0e0f3a6

Please sign in to comment.