From d5dfe579673be25f501b608a1140d11961ca8d86 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 26 Nov 2007 11:07:47 +0000 Subject: [PATCH] * added buffs for "Drink" and "Food", so you can see who's eating in your party. Thanks to tekkub for the diff --- PerfectRaid_Buffs.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua index c6e141d..b3b57f9 100644 --- a/PerfectRaid_Buffs.lua +++ b/PerfectRaid_Buffs.lua @@ -1078,4 +1078,16 @@ Buffs.defaults = { color = "3399FF", disabled = (class ~= "PRIEST" and class ~= "PALADIN") }, + { + conds = "All", + buffname = "Food", + disptext = "Foo", + color = "d79a6d", + }, + { + conds = "All", + buffname = "Drink", + disptext = "Dr", + color = "00a1de", + }, } -- 1.7.9.5