Questie

Questie

121M Downloads

Quest 27358 The Captive Bride shown as available when it is not

TorpedoCXC opened this issue ยท 5 comments

commented

Description

https://www.wowhead.com/cata/quest=27358/the-captive-bride

Probably missing prequest entry for quest 27328 Grimtotem Chiefs: The Chief of Chiefs
https://www.wowhead.com/cata/quest=27328/grimtotem-chiefs-the-chief-of-chiefs

WoWScrnShot_100824_133154

After completing 27328 Grimtotem Chiefs: The Chief of Chiefs:
WoWScrnShot_100824_133207

There is also an alliance version for both quests.

Questie version

v10.5.2

Game flavor

Cata

commented

The file Database/Corrections/cataQuestFixes.lua looks good to me so far:

[27357] = { -- The Captive Bride [Alliance]
    [questKeys.preQuestSingle] = {},
    [questKeys.preQuestGroup] = {27320,27325,27327},
},
[27358] = { -- The Captive Bride [Horde]
    [questKeys.preQuestSingle] = {},
    [questKeys.preQuestGroup] = {27321,27326,27328},
},

But the bitmask for the alliance version from Database/Cata/cataQuestDB.lua seems off to me:
[27357] = {"The Captive Bride",{{45277},nil},{{45442}},38,43,2098253
[27358] = {"The Captive Bride",{{45278},nil},{{45442}},38,43,946

commented

It's all good

commented

@Cabro Could you please explain to me how the bitmask 2098253 fits into the pattern described here: https://github.com/Questie/Questie/wiki/Database#races

commented

image

commented

Alright. Worgen is missing in the documentation. That explains it.