mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 00:12:27 +00:00
Adjust verbiage [skip ci]
This commit is contained in:
parent
4416e774c2
commit
929e4c1317
@ -36,7 +36,7 @@ void ZoneReload::HotReloadQuests()
|
|||||||
zone->SetQuestHotReloadQueued(false);
|
zone->SetQuestHotReloadQueued(false);
|
||||||
|
|
||||||
LogHotReload(
|
LogHotReload(
|
||||||
"[Quests] Reloading scripts in zone [{}] repop_with_reload [{}] reset_timers [{}] when_not_in_combat [{}] Time [{:.4f}]",
|
"[Quests] Reloading [{}] repop [{}] reset_timers [{}] repop_when_not_in_combat [{}] Time [{:.4f}]",
|
||||||
zone->GetShortName(),
|
zone->GetShortName(),
|
||||||
(RuleB(HotReload, QuestsRepopWithReload) ? "true" : "false"),
|
(RuleB(HotReload, QuestsRepopWithReload) ? "true" : "false"),
|
||||||
(RuleB(HotReload, QuestsResetTimersWithReload) ? "true" : "false"),
|
(RuleB(HotReload, QuestsResetTimersWithReload) ? "true" : "false"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user