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
}
char, _ := arn.GetCharacter("EI3HwrmiRm")
char.SetImageBytes(buffer.Bytes())
char.Save()
character.SetImageBytes(buffer.Bytes())
character.Save()
}
func diffAbs(a uint32, b uint32) uint32 {