WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/cataclysm/Aloft/AloftGuild
    from Rev 1888 to Rev 1962
    Reverse comparison

Rev 1888 → Rev 1962

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