Closed Flanell88 closed 1 month ago
I think I fixed it by replacing the following line in SoulshapeDatabase.lua (line 102):
This is due to Faction API changes in 11.0
That fixed it :-)
I think I fixed it by replacing the following line in SoulshapeDatabase.lua (line 102):
- name, _ = GetFactionInfoByID(faction.id) with name = C_Reputation.GetFactionDataByID(faction.id).name
This is due to Faction API changes in 11.0
nice. maybe you can open a PR.
And its broken again with 11.0.2 -.-
Any ideas how to fix it?
And its broken again with 11.0.2 -.-
Any ideas how to fix it?
In SoulshapeJournal/UI/SoulshapeJournal.lua change GetSpellTexture to C_Spell.GetSpellTexture (line 88 and 377)
I have created a pull request https://github.com/christopheml/soulshape-journal/pull/72
Still not working. After making the suggested by Agramon and tailcat, I still this:
1x SoulshapeJournal/Core.lua:43: attempt to call global 'LoadAddOn' (a nil value) [string "@SoulshapeJournal/Core.lua"]:43: in function <SoulshapeJournal/Core.lua:38>
[string "@BagSync/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...ceBagSync/libs/AceAddon-3.0/AceAddon-3.0.lua:61> [string "@BagSync/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function `EnableAddon' [string "@BagSync/libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <...ceBagSync/libs/AceAddon-3.0/AceAddon-3.0.lua:611>
string "=[C]": in function LoadAddOn' [string "@Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function
UIParentLoadAddOn'
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:627: in function MajorFactions_LoadUI' [string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:103: in function
SetUpMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:96: in function RefreshMajorFactionList' [string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:91: in function
RefreshOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:83: in function <...sionLandingPage/Blizzard_DragonflightLandingPage.lua:79>
string "=[C]": in function CreateFrame' [string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:49: in function
CreateOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>
Locals: self =
Sadly the Addon doesnt show up anymore with TWW prepatch 11.0. Is there a way to fix it?