diff --git a/Classes/PassiveTree.lua b/Classes/PassiveTree.lua index 62531599..fc98a0fd 100644 --- a/Classes/PassiveTree.lua +++ b/Classes/PassiveTree.lua @@ -63,7 +63,7 @@ local PassiveTreeClass = newClass("PassiveTree", function(self, targetVersion) self[k] = v end - local cdnRoot = targetVersion == "2_6" and "" or "https://web.poecdn.com" + local cdnRoot = targetVersion == "2_6" and "" or ""--https://web.poecdn.com" self.size = m_min(self.max_x - self.min_x, self.max_y - self.min_y) * 1.1 diff --git a/manifest.xml b/manifest.xml index 7329d477..27c75a53 100644 --- a/manifest.xml +++ b/manifest.xml @@ -37,7 +37,7 @@ - + @@ -252,7 +252,7 @@ - - - + + + diff --git a/tree.zip b/tree.zip index bb5ac839..9c52e8ec 100644 Binary files a/tree.zip and b/tree.zip differ