mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-20 06:07:51 -04:00
Spell visual M2 models that fail to load (missing file, empty model, or GPU upload failure) were re-attempted on every subsequent spell cast, causing repeated file I/O during combat. Now caches failed model IDs in spellVisualFailedModels_ so they are skipped on subsequent attempts.