Add a 3.2 check into the MultiCast code

This commit is contained in:
Hendrik Leppkes
2009-07-08 14:47:26 +02:00
parent 8272fe8208
commit 1d5ae24953
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
All rights reserved.
]]
if select(2, UnitClass("player")) ~= "SHAMAN" then return end
if not HasMultiCastActionBar or select(2, UnitClass("player")) ~= "SHAMAN" then return end
-- fetch upvalues
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")