mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Fix float types, remove some errant table repositories [skip ci]
This commit is contained in:
@@ -254,10 +254,10 @@ public:
|
||||
int persistdeath;
|
||||
int field225;
|
||||
int field226;
|
||||
std::string min_dist;
|
||||
std::string min_dist_mod;
|
||||
std::string max_dist;
|
||||
std::string max_dist_mod;
|
||||
float min_dist;
|
||||
float min_dist_mod;
|
||||
float max_dist;
|
||||
float max_dist_mod;
|
||||
int min_range;
|
||||
int field232;
|
||||
int field233;
|
||||
|
||||
Reference in New Issue
Block a user