mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 08:17:16 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user