mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
[Bug Fix] Fix Typo in Character Skills loading (#3937)
This commit is contained in:
parent
6bf36f3e77
commit
dd41fc5fcd
@ -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
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user