aboutsummaryrefslogtreecommitdiff
path: root/src/api/professions.rs
AgeCommit message (Collapse)Author
2019-12-20remove hard coded palette IDsDaniel Schadt
Now that the API actually returns the proper palette IDs, we can use those values instead of relying on the hard coded values. This also gets rid of the make_table script that was mostly hackish anyway, and the lazy static HashMap.
2019-12-06initial commitDaniel Schadt