mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
class LoottableEntriesRepository {
|
||||
public:
|
||||
struct LoottableEntries {
|
||||
int loottable_id;
|
||||
int lootdrop_id;
|
||||
int8 multiplier;
|
||||
int8 droplimit;
|
||||
int8 mindrop;
|
||||
std::string probability;
|
||||
int loottable_id;
|
||||
int lootdrop_id;
|
||||
int8 multiplier;
|
||||
int8 droplimit;
|
||||
int8 mindrop;
|
||||
float probability;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user