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
@@ -31,12 +31,12 @@ public:
int spellid;
int8 type;
int zoneid;
std::string x;
std::string y;
std::string z;
std::string x_diff;
std::string y_diff;
std::string z_diff;
float x;
float y;
float z;
float x_diff;
float y_diff;
float z_diff;
std::string message;
std::string description;
};