WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 79 to Rev 80
    Reverse comparison

Rev 79 → Rev 80

NeedyGreedy.lua
488,7 → 488,7
end
 
function NeedyGreedy:PLAYER_ALIVE()
if not WAS_GHOST and UnitIsDeadOrGhost("player") then
if UnitIsDeadOrGhost("player") then
WAS_GHOST = true
elseif WAS_GHOST then
WAS_GHOST = false