mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
int spell_id;
|
||||
int hp;
|
||||
int mana;
|
||||
std::string size;
|
||||
float size;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user