fix: call ApplyCustomZones after InjectUiMapData completes
This commit is contained in:
@@ -218,6 +218,8 @@ function QuestiePlugin:InjectUiMapData(customUiMapData)
|
||||
uiMapId, data = next(customUiMapData.uiMapData, uiMapId)
|
||||
end
|
||||
|
||||
ZoneDB:ApplyCustomZones()
|
||||
|
||||
Questie:Debug(Questie.DEBUG_DEVELOP, "[QuestiePluginAPI] Plugin '" .. self.name .. "' injected Custom UI Map Data.")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user