Vladinator / wow-addon-candybuckets

Other
7 stars 6 forks source link

Fix for 9.0.1 Shadowlands pre-patch #11

Closed digitalnexus closed 3 years ago

digitalnexus commented 3 years ago

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)