WoW:Saving variables between game sessions (source)
Revision as of 01:48, 9 April 2017
, 9 April 2017→Storage
| Line 74: | Line 74: | ||
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - Blizzard's saved variables. | * <tt>WTF\Account\ACCOUNTNAME\SavedVariables.lua</tt> - Blizzard's saved variables. | ||
* <tt>WTF\Account\ACCOUNTNAME\SavedVariables\AddOnName.lua</tt> - Per-account settings for each individual AddOn. | * <tt>WTF\Account\ACCOUNTNAME\SavedVariables\AddOnName.lua</tt> - Per-account settings for each individual AddOn. | ||
* <tt>WTF\Account\ACCOUNTNAME\RealmName\CharacterName\ | * <tt>WTF\Account\ACCOUNTNAME\RealmName\CharacterName\SavedVariables\AddOnName.lua</tt> - Per-character settings for each individual AddOn. | ||
Deleting the WTF folder, or simply moving its contents will therefore reset the settings for all of your addons. | Deleting the WTF folder, or simply moving its contents will therefore reset the settings for all of your addons. | ||