WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/CommMgr
    from Rev 661 to Rev 658
    Reverse comparison

Rev 661 → Rev 658

StreamingRPC.lua
168,10 → 168,6
RPC.StreamingRPCMixin(RPC_Guild);
RPC.RegisterConference(RPC_Guild, "GUILD");
 
RPC_Officer = RDX.ImbueAddonChannel(nil, "RDX", "OFFICER");
RPC.StreamingRPCMixin(RPC_Officer);
RPC.RegisterConference(RPC_Officer, "OFFICER");
 
RPC_Group = RDX.ImbueAddonChannel(nil, "RDX", "RAID");
RPC.StreamingRPCMixin(RPC_Group);
RPC.RegisterConference(RPC_Group, "GROUP");