diff --git a/common/repositories/horses_repository.h b/common/repositories/horses_repository.h index a59c03136..0fc695064 100644 --- a/common/repositories/horses_repository.h +++ b/common/repositories/horses_repository.h @@ -31,7 +31,7 @@ public: int16 race; int8 gender; int8 texture; - std::string mountspeed; + float mountspeed; std::string notes; }; diff --git a/common/repositories/items_repository.h b/common/repositories/items_repository.h index bedde8084..034b8f591 100644 --- a/common/repositories/items_repository.h +++ b/common/repositories/items_repository.h @@ -134,7 +134,7 @@ public: int reclevel; int recskill; int reqlevel; - std::string sellrate; + float sellrate; int shielding; int size; int skillmodtype;