mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 08:55:31 +01:00
character service to /internal
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user