BlightGoldMineForPlayer

Parameters
goldMine unit
whichPlayer player
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
unit
Source code
function BlightGoldMineForPlayer takes unit goldMine, player whichPlayer returns unit
    set bj_lastHauntedGoldMine = BlightGoldMineForPlayerBJ(goldMine, whichPlayer)
    return bj_lastHauntedGoldMine
endfunction