[General] Replace doubles with floats in BaseStructs and BaseWorldstate

fix/skillcap
David Cernat 7 years ago
parent 18f8725d33
commit cb6c37a26d

@ -14,7 +14,7 @@ namespace mwmp
std::string refId;
int count;
int charge;
double enchantmentCharge;
float enchantmentCharge;
inline bool operator==(const Item& rhs)
{

@ -43,7 +43,7 @@ namespace mwmp
RakNet::RakNetGUID guid;
double hour;
float hour;
int day;
int month;
int year;

Loading…
Cancel
Save