dirty fix for HasOverrideActionBar

will keep it as is until i know what the hell this shit was supposed to do
Cette révision appartient à :
Albirew 2019-10-20 23:40:22 +02:00
Parent 374d13d086
révision bb1a1f76c7
1 fichiers modifiés avec 4 ajouts et 1 suppressions

Voir le fichier

@ -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