mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Add zone store
This commit is contained in:
@@ -44,10 +44,10 @@ public:
|
||||
float safe_y;
|
||||
float safe_z;
|
||||
float graveyard_id;
|
||||
int8 min_level;
|
||||
int8 min_status;
|
||||
int min_level;
|
||||
int min_status;
|
||||
int zoneidnumber;
|
||||
int8 version;
|
||||
int version;
|
||||
int timezone;
|
||||
int maxclients;
|
||||
int ruleset;
|
||||
@@ -57,46 +57,46 @@ public:
|
||||
float maxclip;
|
||||
float fog_minclip;
|
||||
float fog_maxclip;
|
||||
int8 fog_blue;
|
||||
int8 fog_red;
|
||||
int8 fog_green;
|
||||
int8 sky;
|
||||
int8 ztype;
|
||||
int fog_blue;
|
||||
int fog_red;
|
||||
int fog_green;
|
||||
int sky;
|
||||
int ztype;
|
||||
float zone_exp_multiplier;
|
||||
float walkspeed;
|
||||
int8 time_type;
|
||||
int8 fog_red1;
|
||||
int8 fog_green1;
|
||||
int8 fog_blue1;
|
||||
int time_type;
|
||||
int fog_red1;
|
||||
int fog_green1;
|
||||
int fog_blue1;
|
||||
float fog_minclip1;
|
||||
float fog_maxclip1;
|
||||
int8 fog_red2;
|
||||
int8 fog_green2;
|
||||
int8 fog_blue2;
|
||||
int fog_red2;
|
||||
int fog_green2;
|
||||
int fog_blue2;
|
||||
float fog_minclip2;
|
||||
float fog_maxclip2;
|
||||
int8 fog_red3;
|
||||
int8 fog_green3;
|
||||
int8 fog_blue3;
|
||||
int fog_red3;
|
||||
int fog_green3;
|
||||
int fog_blue3;
|
||||
float fog_minclip3;
|
||||
float fog_maxclip3;
|
||||
int8 fog_red4;
|
||||
int8 fog_green4;
|
||||
int8 fog_blue4;
|
||||
int fog_red4;
|
||||
int fog_green4;
|
||||
int fog_blue4;
|
||||
float fog_minclip4;
|
||||
float fog_maxclip4;
|
||||
float fog_density;
|
||||
std::string flag_needed;
|
||||
int8 canbind;
|
||||
int8 cancombat;
|
||||
int8 canlevitate;
|
||||
int8 castoutdoor;
|
||||
int8 hotzone;
|
||||
int8 insttype;
|
||||
int canbind;
|
||||
int cancombat;
|
||||
int canlevitate;
|
||||
int castoutdoor;
|
||||
int hotzone;
|
||||
int insttype;
|
||||
int shutdowndelay;
|
||||
int8 peqzone;
|
||||
int8 expansion;
|
||||
int8 suspendbuffs;
|
||||
int peqzone;
|
||||
int expansion;
|
||||
int suspendbuffs;
|
||||
int rain_chance1;
|
||||
int rain_chance2;
|
||||
int rain_chance3;
|
||||
@@ -115,7 +115,7 @@ public:
|
||||
int snow_duration4;
|
||||
float gravity;
|
||||
int type;
|
||||
int8 skylock;
|
||||
int skylock;
|
||||
int fast_regen_hp;
|
||||
int fast_regen_mana;
|
||||
int fast_regen_endurance;
|
||||
|
||||
Reference in New Issue
Block a user