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

Agamaggan, the Great Boar is incorrectly related to battlegrounds beast pool #4302

Closed gorttar closed 3 years ago

gorttar commented 3 years ago

Expected Behavior

Agamaggan, the Great Boar should be in the Quilboar Pool despite he is a beast similar to Nadina the Red is in the Dragon Pool despite she is not a dragon

Actual Behavior

Agamaggan, the Great Boar is currently in the Beast Pool

inverimus commented 3 years ago

I believe it fails because this is the first and only minion that doesn't mention the battlegrounds race it belongs to in the card text, it only mentions the race's mechanic of blood gems. The fix would probably be to look for both a race itself and the race's mechanic in the card text in order to classify it properly.

Jonysegal commented 3 years ago

Fix in progress, thanks for the alert!

Jonysegal commented 3 years ago

https://github.com/HearthSim/Hearthstone-Deck-Tracker/pull/4303 if you're curious