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