mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 17:52:25 +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);
|
||||
|
||||
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(),
|
||||
(RuleB(HotReload, QuestsRepopWithReload) ? "true" : "false"),
|
||||
(RuleB(HotReload, QuestsResetTimersWithReload) ? "true" : "false"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user