GameServer icon indicating copy to clipboard operation
GameServer copied to clipboard

Enable and add undo functionality for the shop

Open Veykril opened this issue 7 years ago • 4 comments

Currently the shop doesn't have this feature, afaik we don't know how to enable the button currently.

Veykril avatar Sep 17 '18 15:09 Veykril

There is an undo packet, I added that in my PR (I think it got merged).

danil179 avatar Sep 17 '18 15:09 danil179

I can't find a packet that is related to Undo in the current version of the repo, unless it has a different name than what I would imagine.

Veykril avatar Sep 17 '18 16:09 Veykril

Seems like the undo packet is actually field in bitfield of the SynchVersion packet (This one is a long one). (see GameFeatures in LeaguePackets)

danil179 avatar Jan 06 '19 12:01 danil179

Related #779. The undo packet C2S Id is 0x10A>0xFF and so it never get parsed.

danil179 avatar May 26 '21 20:05 danil179