1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

Let's not break master

This commit is contained in:
amibu 2017-10-06 12:59:21 +02:00
parent 5feec7a5a7
commit 37b94e2fd4

View file

@ -82,7 +82,7 @@ bool Core::Entity::Player::load( uint32_t charId, Core::SessionPtr pSession )
"cd.CFPenaltyUntil, " "cd.CFPenaltyUntil, "
"cd.OpeningSequence, " "cd.OpeningSequence, "
"cd.GMRank, " "cd.GMRank, "
"cd.EquipDisplayFlags" "cd.EquipDisplayFlags "
"FROM charabase AS c " "FROM charabase AS c "
" INNER JOIN charadetail AS cd " " INNER JOIN charadetail AS cd "
" ON c.CharacterId = cd.CharacterId " " ON c.CharacterId = cd.CharacterId "