Fix ItemDef aliases

master
HimbeerserverDE 2021-04-04 12:07:29 +02:00
parent ce23e89d3a
commit 9cc45c5f94
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 0 additions and 2 deletions

View File

@ -340,8 +340,6 @@ func mergeItemdefs(mgrs map[string][]byte) error {
}
aliasCount := ReadUint16(r)
r.Seek(2, io.SeekCurrent)
for i := uint16(0); i < aliasCount; i++ {
name := string(ReadBytes16(r))