Hey, always when i login, the FIRST LHW creates this lua error.
I dont know how to fix this.
Any1 got an idea?
https://i.ibb.co/ZYjwCNG/wow-error-1.png
https://i.ibb.co/188xVH7/Macro-error-1.png
Printable View
Hey, always when i login, the FIRST LHW creates this lua error.
I dont know how to fix this.
Any1 got an idea?
https://i.ibb.co/ZYjwCNG/wow-error-1.png
https://i.ibb.co/188xVH7/Macro-error-1.png
You can open the file in a text editor .. <wow folder>/Interface/Addons/oUF_HealComm4/LibHealComm-4.0/LibHealComm-4.0.lua
Then find
and change it toCode:talentData[TidalWaves].spent
so the whole line looks likeCode:(talentData[TidalWaves].spent or 0)
Code:spellPower = spellPower * ((spellData[spellName].coeff * 1.88) + (talentData[TidalWaves].spent or 0) * 0.02)