Skip to content

Commit

Permalink
DB: Fixed the instance difficulty setting for Quantum Courser
Browse files Browse the repository at this point in the history
Without this, attempts would incorrectly be added on Heroic difficulty.
  • Loading branch information
rdw-software committed Nov 16, 2023
1 parent 9bb11c7 commit 39c2f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DB/Toys/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ local dragonflightToys = {
},
chance = 50,
statisticId = { 16097 },
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
{
Expand Down

0 comments on commit 39c2f27

Please sign in to comment.