Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sim/death_knight/death_knight.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ type DeathKnight struct {
PillarOfFrostAura *core.Aura
RaiseDeadAura *core.Aura
ThreatOfThassarianAura *core.Aura
KillingMachineAura *core.Aura

// Diseases
FrostFeverSpell *core.Spell
Expand Down Expand Up @@ -257,7 +258,8 @@ const (
DeathKnightSpellRuneTap
DeathKnightSpellScourgeStrike
DeathKnightSpellScourgeStrikeShadow
DeathKnightSpellSoulReaper
DeathKnightSpellSoulReaperMelee
DeathKnightSpellSoulReaperDot
DeathKnightSpellSummonGargoyle
DeathKnightSpellUnholyBlight
DeathKnightSpellUnholyFrenzy
Expand Down
Loading