mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +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(
|
const auto& l = CharacterSkillsRepository::GetWhere(
|
||||||
*this,
|
*this,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"`id` = {} ORDER BY `skill_id",
|
"`id` = {} ORDER BY `skill_id`",
|
||||||
character_id
|
character_id
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user