We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be164e0 commit 3753eb9Copy full SHA for 3753eb9
web/src/pages/reference/ID_Lists/LODs.astro
@@ -26,7 +26,7 @@ import { lod_table } from '@src/data/lod_table';
26
<tbody id="tableBody">
27
{lod_table.map(([id, lod_id, dff, txd, lod_dff, lod_txd, ide], i) => (
28
<tr>
29
- <td>{id}</td>
+ <td><a href={`https://dev.prineside.com/en/gtasa_samp_model_id/model/${id}`}>{id}</a></td>
30
<td>{dff}</td>
31
<td>{txd}</td>
32
<td>{lod_id ?? 'N/A'}</td>
0 commit comments