QuestSetDiscoveredBJ

Parameters
whichQuest quest
discovered boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function QuestSetDiscoveredBJ takes quest whichQuest, boolean discovered returns nothing
    call QuestSetDiscovered(whichQuest, discovered)
endfunction