diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 0481806791..2bbde3d2e0 100755 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -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 ) );