WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 39 to Rev 40
    Reverse comparison

Rev 39 → Rev 40

NeedyGreedy.lua
319,8 → 319,9
 
self:ScheduleRepeatingTimer("ExpireItems", 10)
 
-- Delay frame display so that player does not show as offline
-- Refresh display when class can be determined
self:RegisterEvent("PLAYER_ENTERING_WORLD")
self:RegisterEvent("UNIT_CLASSIFICATION_CHANGED", "PLAYER_ENTERING_WORLD")
 
self:RegisterEvent("PLAYER_LEAVING_WORLD")