Skip to content

Commit be8b25c

Browse files
imclerranBreakBB
authored andcommitted
[db] Add missing starting NPC for "Stonegear's Search"
This fixes Questie#1379
1 parent 12e096a commit be8b25c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Database/Corrections/QuestieQuestFixes.lua

+9-6
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ function QuestieQuestFixes:Load()
374374
[308] = {
375375
[QuestieDB.questKeys.exclusiveTo] = {311}, -- distracting jarven can't be completed once you get the followup
376376
},
377-
377+
378378
-- Tome of Divinity starting quests for dwarfs #703
379379
[1645] = { -- This is repeatable giving an item starting 1646
380380
[QuestieDB.questKeys.exclusiveTo] = {1642,1646,2997,2998,2999,3000,3681},
@@ -391,7 +391,7 @@ function QuestieQuestFixes:Load()
391391
[3000] = {
392392
[QuestieDB.questKeys.exclusiveTo] = {1642,1646,2997,2998,2999,3681},
393393
},
394-
394+
395395
-- Tome of Divinity starting quests for humans #703
396396
[1641] = { -- This is repeatable giving an item starting 1642
397397
[QuestieDB.questKeys.exclusiveTo] = {1642,1646,2997,2998,2999,3000,3681},
@@ -405,15 +405,15 @@ function QuestieQuestFixes:Load()
405405
[3681] = {
406406
[QuestieDB.questKeys.exclusiveTo] = {1642,1646,2997,2998,2999,3000},
407407
},
408-
408+
409409
-- Tome of Valor repeatable starting quests #742
410410
[1793] = {
411411
[QuestieDB.questKeys.exclusiveTo] = {1649},
412412
},
413413
[1794] = {
414414
[QuestieDB.questKeys.exclusiveTo] = {1649},
415415
},
416-
416+
417417
-- Tome of Nobility quests #1661
418418
[1661] = {
419419
[QuestieDB.questKeys.exclusiveTo] = {4485,4486},
@@ -424,15 +424,15 @@ function QuestieQuestFixes:Load()
424424
[4486] = {
425425
[QuestieDB.questKeys.exclusiveTo] = {1661,4485},
426426
},
427-
427+
428428
-- Voidwalker questline for horde
429429
[1473] = {
430430
[QuestieDB.questKeys.exclusiveTo] = {1501},
431431
},
432432
[1501] = {
433433
[QuestieDB.questKeys.exclusiveTo] = {1473},
434434
},
435-
435+
436436
[163] = {
437437
[QuestieDB.questKeys.exclusiveTo] = {5}, -- Raven Hill breadcrumb
438438
},
@@ -566,5 +566,8 @@ function QuestieQuestFixes:Load()
566566
[QuestieDB.questKeys.exclusiveTo] = {5887,5888,5889,5890,},
567567
[QuestieDB.questKeys.specialFlags] = 0,
568568
},
569+
[467] = {
570+
[QuestieDB.questKeys.startedBy] = {{1340,2092,},nil,nil,}, -- #1379
571+
},
569572
}
570573
end

0 commit comments

Comments
 (0)