BlightGoldMineForPlayer

Parameters
goldMine unit
whichPlayer player
return type
unit
Source code
function BlightGoldMineForPlayer takes unit goldMine, player whichPlayer returns unit
    set bj_lastHauntedGoldMine = BlightGoldMineForPlayerBJ(goldMine, whichPlayer)
    return bj_lastHauntedGoldMine
endfunction
Source
Blizzard.j
wc3modding.com
BlightGoldMineForPlayer