mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Cleanup] Use explicit conversions for enum formatting (#4064)
This is prep for updating to fmt 10 which removed implicit conversions for enums.
This commit is contained in:
+1
-1
@@ -2521,7 +2521,7 @@ void Mob::SendStatsWindow(Client* c, bool use_window)
|
||||
CastToClient()->GetPVP() ? "Yes" : "No",
|
||||
CastToClient()->GetGM() ? "On" : "Off",
|
||||
EQ::constants::GetFlyModeName(static_cast<uint8>(flymode)),
|
||||
flymode,
|
||||
static_cast<int>(flymode),
|
||||
CastToClient()->GetGMSpeed() ? "On" : "Off",
|
||||
CastToClient()->GetHideMe() ? "On" : "Off",
|
||||
CastToClient()->GetGMInvul() ? "On" : "Off",
|
||||
|
||||
Reference in New Issue
Block a user