[Bug Fix] Fix Typo in Character Skills loading (#3937)

This commit is contained in:
Alex King
2024-01-08 21:18:55 -05:00
committed by GitHub
parent 6bf36f3e77
commit dd41fc5fcd
+1 -1
View File
@@ -800,7 +800,7 @@ bool ZoneDatabase::LoadCharacterSkills(uint32 character_id, PlayerProfile_Struct
const auto& l = CharacterSkillsRepository::GetWhere(
*this,
fmt::format(
"`id` = {} ORDER BY `skill_id",
"`id` = {} ORDER BY `skill_id`",
character_id
)
);