mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user