mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +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:
+1
-1
@@ -9459,7 +9459,7 @@ void Client::CheckVirtualZoneLines()
|
||||
LogZonePoints(
|
||||
"Virtual Zone Box Sending player [{}] to [{}]",
|
||||
GetCleanName(),
|
||||
zone_store.GetZoneLongName(virtual_zone_point.target_zone_id)
|
||||
ZoneLongName(virtual_zone_point.target_zone_id)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user