GameServer
GameServer copied to clipboard
Enable and add undo functionality for the shop
Currently the shop doesn't have this feature, afaik we don't know how to enable the button currently.
There is an undo packet, I added that in my PR (I think it got merged).
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.
Seems like the undo packet is actually field in bitfield of the SynchVersion packet (This one is a long one). (see GameFeatures in LeaguePackets)
Related #779. The undo packet C2S Id is 0x10A>0xFF and so it never get parsed.