QuestSetCompletedBJ

Parameters
whichQuest quest
completed boolean
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function QuestSetCompletedBJ takes quest whichQuest, boolean completed returns nothing
    call QuestSetCompleted(whichQuest, completed)
endfunction