public static void QueryGuildMemberLocations(NetState state, CircularBufferReader reader, int packetLength) { Mobile from = state.Mobile; state.SendGuildMemberLocations(from, from.Guild as Guild, reader.ReadBoolean()); }
public static void QueryGuildMemberLocations(NetState ns, CircularBufferReader reader) { Mobile from = ns.Mobile; ns.SendGuildMemberLocations(from, from.Guild as Guild, reader.ReadBoolean()); }