WoWInterface SVN zz_Worldboss

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 63 to Rev 64
    Reverse comparison

Rev 63 → Rev 64

trunk/zz_Worldboss/zz_Worldboss.toc
1,4 → 1,4
## Interface: 60000
## Interface: 60100
## Title: zz_Worldboss
## Notes: Worldboss reminder
## Author: Rilgamon
trunk/zz_Worldboss/core.lua
366,7 → 366,9
if(strlen(newline)<=(db['wraplength'] or 200)) then
line = newline
else
GameTooltip:AddDoubleLine(nd and " " or (addon['classcolor'](cdn,(charData['class']))), line)
if(line ~= "" and (((db['sameRealm'] and cr == realm) and true or false) or not db['sameRealm'])) then
GameTooltip:AddDoubleLine(nd and " " or (addon['classcolor'](cdn,(charData['class']))), line)
end
nd = true
line = ""
end
632,6 → 634,6
end)
end
addon['updatePrefs']()
addon['RegisterFunc']({"PLAYER_LOGOUT","PLAYER_REGEN_DISABLED","PLAYER_REGEN_ENABLED","QUEST_COMPLETE","QUEST_FINISHED"},"OnEvent", event)
addon['RegisterFunc']({"PLAYER_REGEN_DISABLED","PLAYER_REGEN_ENABLED","QUEST_COMPLETE","QUEST_FINISHED"},"OnEvent", event)
end
addon['startup'](addon, name, childName, init, true, defaults)