mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
[Commands] Cleanup #peqzone Command. (#1794)
- Cleanup messages and logic. - Add RULE_INT(Zone, PEQZoneHPRatio, 75, "Required HP Ratio to use #peqzone") - Modify #peqzone Timer rule to allow it to be disabled.
This commit is contained in:
@@ -12876,7 +12876,7 @@ void Client::Handle_OP_SetStartCity(const EQApplicationPacket *app)
|
||||
else
|
||||
zone_id = atoi(row[0]);
|
||||
|
||||
std::string zone_long_name = zone_store.GetZoneLongName(zone_id);
|
||||
std::string zone_long_name = ZoneLongName(zone_id);
|
||||
Message(Chat::Yellow, "%d - %s", zone_id, zone_long_name.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user