More float fixes [skip ci]

This commit is contained in:
Akkadius 2020-04-04 02:27:27 -05:00
parent a824ddec44
commit 826f0418f7
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ public:
int16 race; int16 race;
int8 gender; int8 gender;
int8 texture; int8 texture;
std::string mountspeed; float mountspeed;
std::string notes; std::string notes;
}; };

View File

@ -134,7 +134,7 @@ public:
int reclevel; int reclevel;
int recskill; int recskill;
int reqlevel; int reqlevel;
std::string sellrate; float sellrate;
int shielding; int shielding;
int size; int size;
int skillmodtype; int skillmodtype;