Fixed patch

This commit is contained in:
Eduard Urbach 2018-04-21 17:01:30 +02:00
parent 85a0b60d62
commit 838cf1711e

View File

@ -62,9 +62,8 @@ func process(character *arn.Character) {
return return
} }
char, _ := arn.GetCharacter("EI3HwrmiRm") character.SetImageBytes(buffer.Bytes())
char.SetImageBytes(buffer.Bytes()) character.Save()
char.Save()
} }
func diffAbs(a uint32, b uint32) uint32 { func diffAbs(a uint32, b uint32) uint32 {