Skip to content

Commit

Permalink
Merge pull request #689 from WowRarity/quantum-courser-update
Browse files Browse the repository at this point in the history
Update the database entry for Reins of the Quantum Courser
  • Loading branch information
rdw-software authored Nov 16, 2023
2 parents 76eeafe + 39c2f27 commit 27a478d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion DB/Toys/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,16 @@ local dragonflightToys = {
},
chance = 50,
statisticId = { 16097 },
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
{
encounterName = "Chrono-Lord Deios",
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },
},
},
coords = {
{ m = CONSTANTS.UIMAPIDS.CROSSROADS_OF_FATE },
{ m = CONSTANTS.UIMAPIDS.CROSSROADS_OF_FATE, i = true },
},
},
["Fyrakk's Frenzy"] = {
Expand Down

0 comments on commit 27a478d

Please sign in to comment.