mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
[Zone] Add missing safe_heading assignment (#2407)
Regression from 89fdd842e1
This commit is contained in:
parent
7482cfc066
commit
e011864ed5
@ -199,11 +199,12 @@ void Client::Handle_OP_ZoneChange(const EQApplicationPacket *app) {
|
|||||||
strcpy(flag_needed, zone_data->flag_needed.c_str());
|
strcpy(flag_needed, zone_data->flag_needed.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
safe_x = zone_data->safe_x;
|
safe_x = zone_data->safe_x;
|
||||||
safe_y = zone_data->safe_y;
|
safe_y = zone_data->safe_y;
|
||||||
safe_z = zone_data->safe_z;
|
safe_z = zone_data->safe_z;
|
||||||
min_status = zone_data->min_status;
|
safe_heading = zone_data->safe_heading;
|
||||||
min_level = zone_data->min_level;
|
min_status = zone_data->min_status;
|
||||||
|
min_level = zone_data->min_level;
|
||||||
|
|
||||||
std::string export_string = fmt::format(
|
std::string export_string = fmt::format(
|
||||||
"{} {}",
|
"{} {}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user