[BUG] Addons able to break game settings when using C_CVar.RegisterCVar API

Quite a few threads have been made regarding in-game settings such as max foreground fps, ambience volume etc being reset since 10.0.7. This is being caused by an issue where an addon using the C_CVar.RegisterCVar API writes too much data to the config.wtf file.

The issue can be triggered by multiple addons (such as Details Damage Meter) and is fully documented here:

The net result is that addons are able to unintentionally disable and reset Blizzard game settings.

1 Like