mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
More float fixes [skip ci]
This commit is contained in:
parent
a824ddec44
commit
826f0418f7
@ -31,7 +31,7 @@ public:
|
||||
int16 race;
|
||||
int8 gender;
|
||||
int8 texture;
|
||||
std::string mountspeed;
|
||||
float mountspeed;
|
||||
std::string notes;
|
||||
};
|
||||
|
||||
|
||||
@ -134,7 +134,7 @@ public:
|
||||
int reclevel;
|
||||
int recskill;
|
||||
int reqlevel;
|
||||
std::string sellrate;
|
||||
float sellrate;
|
||||
int shielding;
|
||||
int size;
|
||||
int skillmodtype;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user