Candy Buckets

Candy Buckets

1M Downloads

Fix for 9.0.1 Shadowlands pre-patch

digitalnexus opened this issue ยท 0 comments

commented

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)