mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-20 01:58:27 +00:00
[Fix] Checkmarks and X characters in popup messages (#3041)
# Notes - Due to changing the popups to use strings, these show as squares, instead of the proper character.
This commit is contained in:
+1
-1
@@ -5168,7 +5168,7 @@ void Client::ShowSkillsWindow()
|
||||
"<td>{}</td>",
|
||||
(
|
||||
skill_maxed ?
|
||||
"<c \"#00FF00\">✔</c>" :
|
||||
"<c \"#00FF00\">Max</c>" :
|
||||
fmt::format(
|
||||
"{}/{}",
|
||||
current_skill,
|
||||
|
||||
Reference in New Issue
Block a user