mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -39,9 +39,9 @@ public:
|
||||
std::string category_name;
|
||||
std::string reporter_name;
|
||||
std::string ui_path;
|
||||
std::string pos_x;
|
||||
std::string pos_y;
|
||||
std::string pos_z;
|
||||
float pos_x;
|
||||
float pos_y;
|
||||
float pos_z;
|
||||
int heading;
|
||||
int time_played;
|
||||
int target_id;
|
||||
|
||||
Reference in New Issue
Block a user