mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-24 20:02:27 +00:00
More float fixes [skip ci]
This commit is contained in:
parent
a824ddec44
commit
826f0418f7
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user