Fix float types, remove some errant table repositories [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:26:30 -05:00
parent 9e27ffacff
commit a824ddec44
27 changed files with 177 additions and 714 deletions
@@ -35,10 +35,10 @@ public:
std::string suffix;
int zone_id;
int zone_instance;
std::string y;
std::string x;
std::string z;
std::string heading;
float y;
float x;
float z;
float heading;
int8 gender;
int16 race;
int8 class;