diff --git a/Util.lua b/Util.lua index cf251fa..4b56600 100644 --- a/Util.lua +++ b/Util.lua @@ -82,7 +82,10 @@ local function PickupSpellBookItem(NameRank, Book) return G_PickupSpellBookItem(NameRank); end - +--Dirty fix for classic, will keep it as is until i know what the hell does HasOverrideActionBar... +function HasOverrideActionBar() + return false; +end --[[ Make sure that the saved data is kept inline with the version being run