Skip to content

Commit 60ee3e8

Browse files
authored
Merged pull request WowRarity#371 from godejord/9.1-defeatdetect
DB: Added defeat detection for some 9.1 items
2 parents f448895 + a979036 commit 60ee3e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

DB/Mounts/Shadowlands.lua

+3
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ local shadowlandsMounts = {
442442
itemId = 187183,
443443
spellId = 356501,
444444
npcs = {179472},
445+
questId = {64246},
445446
chance = 50, -- Estimate,
446447
coords = {
447448
{m = CONSTANTS.UIMAPIDS.KORTHIA, n = L["Konthrogz the Obliterator"]}
@@ -455,6 +456,7 @@ local shadowlandsMounts = {
455456
itemId = 186652,
456457
spellId = 354360,
457458
npcs = {180160},
459+
questId = {64455},
458460
chance = 100, -- Estimate,
459461
coords = {
460462
{m = CONSTANTS.UIMAPIDS.KORTHIA, x = 56.3, y = 66.3, n = L["Reliwik the Defiant"]}
@@ -468,6 +470,7 @@ local shadowlandsMounts = {
468470
itemId = 186645,
469471
spellId = 354357,
470472
npcs = {179684},
473+
questId = {64233},
471474
chance = 100, -- Estimate,
472475
coords = {
473476
{m = CONSTANTS.UIMAPIDS.KORTHIA, x = 45.35, y = 30.34, n = L["Malbog"]}

DB/Toys/Shadowlands.lua

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ local shadowlandsToys = {
308308
isToy = true,
309309
itemId = 183901,
310310
npcs = {158025},
311+
questId = {62282},
311312
chance = 100, -- Blind guess
312313
unique = true,
313314
coords = {

0 commit comments

Comments
 (0)