From bb1a1f76c7f7c72df724e0438d241c2c061fb2eb Mon Sep 17 00:00:00 2001 From: Albirew Date: Sun, 20 Oct 2019 23:40:22 +0200 Subject: [PATCH] dirty fix for HasOverrideActionBar will keep it as is until i know what the hell this shit was supposed to do --- Util.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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