# Cast overlay icons (heroes/, races/)

`heroes/`: 64x64 PNG copies of the Warcraft III **Classic** hero button icons,
named by hero rawcode (`Hamg.png`, `Obla.png`, ...). Source: the
`client/icons/` set bundled in the war3observer v0.9.0 release
(<https://github.com/sides/war3observer>, MIT-licensed tool), fetched
2026-08-17 and converted JPG -> PNG. These are the original pre-Reforged
icons, keyed by rawcode exactly as w3gjs reports them.

`races/`: the five race medallions (`hu/oc/ne/ud/rnd`) from
`public/assets/raceIcons/` in <https://github.com/w3champions/website>,
fetched 2026-08-17 and downscaled to 48x48.

The watch page's cast overlay serves both same-origin:
`/heroes/<rawcode>.png` and `/races/<race>.png`.

The icon artwork is Blizzard Entertainment game data. It is not covered by
this repository's own licensing — same boundary as the note in
`third_party/replaykit/README.md`.
