digitalnexus opened this issue 4 years ago ยท 0 comments
The only change that seems to fix the Shadowlands pre-patch LUA errors is changing line 27 of core.lua: local isCompleted = IsQuestFlaggedCompleted(questID) to local isCompleted = C_QuestLog.IsComplete(questID)