vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- This variable must be set to the path to your local SavedVariables.lua file.
2 -- On typical WOW installations, all you will need to do is replace the
3 -- [ACCOUNT NAME] portion of the default path below with your account name.
4  
5 savedVariablesPath = "../../../WTF/Account/[ACCOUNT NAME]/SavedVariables/DamageMeters.lua";
6  
7 -- Also note that you can overrride any option from the top of DMReporter.lua here by
8 -- simply copying the line from there and making the change you desire.