mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-20 16:37:22 -05:00
Update UseXpBoost.js
- Lucky Egg timer fix 20 sec - > 30 min
This commit is contained in:
parent
1b2ba7c6c1
commit
760a4ff4c3
|
|
@ -12,14 +12,14 @@ export default function UseXpBoost(msg) {
|
|||
{
|
||||
item_id: msg.item_id,
|
||||
item_type: "ITEM_TYPE_XP_BOOST",
|
||||
expire_ms: +new Date()+20000,//1800000 ,
|
||||
expire_ms: +new Date()+1800000 ,
|
||||
applied_ms:+new Date()
|
||||
}
|
||||
]}};
|
||||
this.removeItems({"301":1});
|
||||
this.info.LuckyEggExp = +new Date()+20000;
|
||||
this.info.LuckyEggExp = +new Date()+1800000;
|
||||
return (
|
||||
POGOProtos.serialize(buffer, "POGOProtos.Networking.Responses.UseItemXpBoostResponse")
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user