Closed Frostshake closed 3 months ago
Currently M2 models are loaded per-expansion (e.g WOTLKMModel), this causes a lot of code duplication. Instead, prefer a single loader approach, which can use the version field (https://wowdev.wiki/M2#Versions) and feature flags
WOTLKMModel
Currently M2 models are loaded per-expansion (e.g
WOTLKMModel
), this causes a lot of code duplication. Instead, prefer a single loader approach, which can use the version field (https://wowdev.wiki/M2#Versions) and feature flags