HearthSim / Hearthstone-Deck-Tracker

A deck tracker and deck manager for Hearthstone on Windows
https://hsreplay.net/downloads/
4.61k stars 1.11k forks source link

Api transform and replace handling #4295

Closed batstyx closed 3 years ago

batstyx commented 3 years ago

Use entity.Info.LatestCardId instead of entity.CardId/entity.Card to pass card data to the plugin API. Fixes API card transform and replace handling such as:-

Jonysegal commented 3 years ago

I've tested this fairly thoroughly and haven't found any changes in behavior from baseline hdt to this, looks good to me.