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
+9 -9
View File
@@ -32,10 +32,10 @@ public:
std::string zone;
int16 version;
std::string name;
std::string pos_y;
std::string pos_x;
std::string pos_z;
std::string heading;
float pos_y;
float pos_x;
float pos_z;
float heading;
int16 opentype;
int16 guild;
int16 lockpick;
@@ -48,14 +48,14 @@ public:
int door_param;
std::string dest_zone;
int dest_instance;
std::string dest_x;
std::string dest_y;
std::string dest_z;
std::string dest_heading;
float dest_x;
float dest_y;
float dest_z;
float dest_heading;
int invert_state;
int incline;
int16 size;
std::string buffer;
float buffer;
int client_version_mask;
int16 is_ldon_door;
};