@@ -374,7 +374,7 @@ function QuestieQuestFixes:Load()
374
374
[308 ] = {
375
375
[QuestieDB .questKeys .exclusiveTo ] = {311 }, -- distracting jarven can't be completed once you get the followup
376
376
},
377
-
377
+
378
378
-- Tome of Divinity starting quests for dwarfs #703
379
379
[1645 ] = { -- This is repeatable giving an item starting 1646
380
380
[QuestieDB .questKeys .exclusiveTo ] = {1642 ,1646 ,2997 ,2998 ,2999 ,3000 ,3681 },
@@ -391,7 +391,7 @@ function QuestieQuestFixes:Load()
391
391
[3000 ] = {
392
392
[QuestieDB .questKeys .exclusiveTo ] = {1642 ,1646 ,2997 ,2998 ,2999 ,3681 },
393
393
},
394
-
394
+
395
395
-- Tome of Divinity starting quests for humans #703
396
396
[1641 ] = { -- This is repeatable giving an item starting 1642
397
397
[QuestieDB .questKeys .exclusiveTo ] = {1642 ,1646 ,2997 ,2998 ,2999 ,3000 ,3681 },
@@ -405,15 +405,15 @@ function QuestieQuestFixes:Load()
405
405
[3681 ] = {
406
406
[QuestieDB .questKeys .exclusiveTo ] = {1642 ,1646 ,2997 ,2998 ,2999 ,3000 },
407
407
},
408
-
408
+
409
409
-- Tome of Valor repeatable starting quests #742
410
410
[1793 ] = {
411
411
[QuestieDB .questKeys .exclusiveTo ] = {1649 },
412
412
},
413
413
[1794 ] = {
414
414
[QuestieDB .questKeys .exclusiveTo ] = {1649 },
415
415
},
416
-
416
+
417
417
-- Tome of Nobility quests #1661
418
418
[1661 ] = {
419
419
[QuestieDB .questKeys .exclusiveTo ] = {4485 ,4486 },
@@ -424,15 +424,15 @@ function QuestieQuestFixes:Load()
424
424
[4486 ] = {
425
425
[QuestieDB .questKeys .exclusiveTo ] = {1661 ,4485 },
426
426
},
427
-
427
+
428
428
-- Voidwalker questline for horde
429
429
[1473 ] = {
430
430
[QuestieDB .questKeys .exclusiveTo ] = {1501 },
431
431
},
432
432
[1501 ] = {
433
433
[QuestieDB .questKeys .exclusiveTo ] = {1473 },
434
434
},
435
-
435
+
436
436
[163 ] = {
437
437
[QuestieDB .questKeys .exclusiveTo ] = {5 }, -- Raven Hill breadcrumb
438
438
},
@@ -566,5 +566,8 @@ function QuestieQuestFixes:Load()
566
566
[QuestieDB .questKeys .exclusiveTo ] = {5887 ,5888 ,5889 ,5890 ,},
567
567
[QuestieDB .questKeys .specialFlags ] = 0 ,
568
568
},
569
+ [467 ] = {
570
+ [QuestieDB .questKeys .startedBy ] = {{1340 ,2092 ,},nil ,nil ,}, -- #1379
571
+ },
569
572
}
570
573
end
0 commit comments