Files
WoWee/tests/test_m2_structs.cpp
Kelsi 0fc2c5e68b fix: steam tonk/tank never classified as steam VFX
The 'steam' substring matches SteamTonk vehicle models. A prior fix gated
it on low-poly geometry (verts <= 200), but the TBC/Turtle SteamTonk
overlay models are tiny proxies that slip under that threshold, so with a
smoke emitter they were mis-classified as additive spell effects again
(glowing translucent). Exclude any 'tonk'/'tank' name outright — those are
vehicles, never steam VFX (real ones are steam/steamgeyser/lavasteam/etc.,
which never carry those tokens). Add a classifier regression test.
2026-07-24 04:28:02 -07:00

8.8 KiB