WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/preview/Aloft/AloftGuild
    from Rev 1822 to Rev 1990
    Reverse comparison

Rev 1822 → Rev 1990

AloftGuildData.lua
257,7 → 257,7
end
 
function AloftGuildData:AssignValues(aloftData, guild)
if not (aloftData.guild == guild) then
if aloftData.guild ~= guild then
aloftData.guild = guild
self:SendMessage("Aloft:OnGuildDataChanged", aloftData)
end