This commit is contained in:
Cronick 2016-10-09 17:34:26 +02:00
parent 33cca65938
commit 4fdaf71998

View File

@ -1,13 +1,13 @@
import POGOProtos from "pokemongo-protobuf";
export default function GetAuthTicket(id, player) {
export default function GetAuthTicket(id) {
let buffer = ({
status_code: 53,
request_id: id,
api_url: "pgorelease.nianticlabs.com/custom",
auth_ticket: {
start: new Buffer(player.email),
start: new Buffer(""),
expire_timestamp_ms: ((new Date).getTime() + (1000 * 60 * 30)),
end: new Buffer("")
}