* added buffs for "Drink" and "Food", so you can see who's eating in your party. Thanks to tekkub for the diff
James Whitehead II [11-26-07 - 11:07]
* added buffs for "Drink" and "Food", so you can see who's eating in your party. Thanks to tekkub for the diff
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",
+ },
}