mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 19:47:16 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -31,9 +31,9 @@ public:
|
||||
std::string zone;
|
||||
std::string name;
|
||||
std::string ui;
|
||||
std::string x;
|
||||
std::string y;
|
||||
std::string z;
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
std::string type;
|
||||
int8 flag;
|
||||
std::string target;
|
||||
|
||||
Reference in New Issue
Block a user