mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
class CharacterBindRepository {
|
||||
public:
|
||||
struct CharacterBind {
|
||||
int id;
|
||||
int slot;
|
||||
int16 zone_id;
|
||||
int instance_id;
|
||||
std::string x;
|
||||
std::string y;
|
||||
std::string z;
|
||||
std::string heading;
|
||||
int id;
|
||||
int slot;
|
||||
int16 zone_id;
|
||||
int instance_id;
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
float heading;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user