1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-29 02:25:23 +00:00

item_types_loader.txt: fix typo

This commit is contained in:
gucio321 2021-05-10 14:36:53 +02:00 committed by GitHub
parent 966c86a6b5
commit 146f5206cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ func updateEquivalencies(
checked []string,
) {
if itemType == nil {
log.Fatal("invalid data file. Please ensure, yo're using the newest patch_d2.mpq file!")
log.Fatal("invalid data file. Please ensure, you're using the newest patch_d2.mpq file!")
}
if itemType.Code == "" {