Fix float types, remove some errant table repositories [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:26:30 -05:00
parent 9e27ffacff
commit a824ddec44
27 changed files with 177 additions and 714 deletions
@@ -27,9 +27,9 @@
class LevelExpModsRepository {
public:
struct LevelExpMods {
int level;
std::string exp_mod;
std::string aa_exp_mod;
int level;
float exp_mod;
float aa_exp_mod;
};
static std::string PrimaryKey()