WoWInterface SVN OpenRDX

Compare Revisions

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

Rev 658 → Rev 661

StreamingRPC.lua
168,6 → 168,10
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");