fix: incorrect log message
All checks were successful
Build / build (push) Successful in 1m4s
Build Docker image / docker-arm64 (push) Successful in 1m48s
Build Docker image / docker-amd64 (push) Successful in 54s

This commit is contained in:
Sainan 2025-08-21 20:58:57 +02:00
parent 460cb20af7
commit 6230f52f27

View File

@ -1377,7 +1377,7 @@ export const addMissionRewards = async (
}
}
} else {
logger.error(`unknown droptable ${si.DropTable} for DROP_BLUEPRINT`);
logger.error(`unknown droptable ${si.DropTable} for DROP_MISC_ITEM`);
}
}
}