Add a 3.2 check into the MultiCast code
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user