From 826f0418f753972fed4db087295cd9a8c6dd89b9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 4 Apr 2020 02:27:27 -0500 Subject: [PATCH] More float fixes [skip ci] --- common/repositories/horses_repository.h | 2 +- common/repositories/items_repository.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;