QuestSetCompletedBJ

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