View Single Post
01-24-17, 07:45 PM   #724
Anaea
A Murloc Raider
Join Date: Jan 2007
Posts: 4
Quick edits to enable Healer only raid frames

I just realized that everyone has been using the Comments instead of the forum thread for the last three years. Just in case we want to forum functionality, I figured I'd post here.

In order to enable a healer-only raid frame (which I use to monitor healer mana), I made two quick changes.

In PerfectRaid_Frames, at line 270, I added:

Code:
	makeCheck(L["Healers"], "HEALER")
In Config, at line 200, I added:

Code:
HEALER = L["Healers"],
Voila, healer-only raid frames options.

(Apologies for not submitting these to the repository - I tried to figure out how but was clueless. But I could upload the LUA files here if that's useful.)
  Reply With Quote