Skip to content

Commit

Permalink
[Bug Fix] Fix Typo in Character Skills loading (#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinglykrab authored Jan 9, 2024
1 parent 6bf36f3 commit dd41fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone/zonedb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
);
Expand Down

0 comments on commit dd41fc5

Please sign in to comment.