r79025 - trunk/BigWigs/Plugins

0 views
Skip to first unread message

svnco...@wowace.com

unread,
Jul 23, 2008, 10:18:10 PM7/23/08
to wowace-gar...@googlegroups.com
Author: hshh
Date: Wed Jul 23 22:18:06 2008
New Revision: 79025

Log:
BigWigs: In a 5-man group, everyone can use the raid warning channel.

Modified:
trunk/BigWigs/Plugins/RaidWarn.lua

Modified: trunk/BigWigs/Plugins/RaidWarn.lua
==============================================================================
--- trunk/BigWigs/Plugins/RaidWarn.lua (original)
+++ trunk/BigWigs/Plugins/RaidWarn.lua Wed Jul 23 22:18:06 2008
@@ -219,7 +219,7 @@
end

function plugin:BigWigs_Message(msg, color, noraidsay)
- if not msg or noraidsay or not self.db.profile.broadcast then return end
+ if not msg or noraidsay or (not self.db.profile.broadcast and not self.db.profile.useraidchannel) then return end

local inRaid = UnitInRaid("player")
-- In a 5-man group, everyone can use the raid warning channel.

Reply all
Reply to author
Forward
0 new messages