feat: idempotent quest tracking and robustness improvements v1.3.7
This commit is contained in:
+1
-2
@@ -38,8 +38,7 @@ local QuestieNameplate = QuestieLoader:ImportModule("QuestieNameplate")
|
||||
local QuestieCorrections = QuestieLoader:ImportModule("QuestieCorrections")
|
||||
|
||||
-- addon/folder name
|
||||
local addonName, _ = ...
|
||||
QuestieCompat.addonName = addonName or "Questie"
|
||||
QuestieCompat.addonName = QuestieLoader.addonName or "Questie"
|
||||
|
||||
-- polyfill hooksecurefunc for 1.12
|
||||
if not hooksecurefunc then
|
||||
|
||||
Reference in New Issue
Block a user