character service to /internal

This commit is contained in:
stratic-dev
2024-10-18 00:14:16 +01:00
parent 094855b984
commit d5bb0ac337
7 changed files with 98 additions and 68 deletions

View File

@@ -215,7 +215,7 @@ func handleDonateRP(s *Session, amount uint16, guild *service.Guild, _type int)
}
bf := byteframe.NewByteFrame()
bf.WriteUint32(0)
saveData, err := GetCharacterSaveData(s, s.CharID)
saveData, err := service.GetCharacterSaveData(s.CharID)
if err != nil {
return bf.Data()
}