Skip to content

Commit

Permalink
update MCD for mage pre-pull (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green authored Oct 4, 2023
1 parent 2f42f20 commit 54ed572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/mage/mage.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (mage *Mage) Initialize() {
if mirrorImageMCD := mage.GetMajorCooldownIgnoreTag(mage.MirrorImage.ActionID); !mage.IsUsingAPL && mirrorImageMCD != nil {
if len(mirrorImageMCD.GetTimings()) == 0 {
mage.MirrorImage.Cast(sim, nil)
mage.UpdateMajorCooldowns()
}
}
})
Expand Down

0 comments on commit 54ed572

Please sign in to comment.