Sluimerstand / ProfessionShoppingList

Track recipes, reagents, cooldowns, and more!
4 stars 4 forks source link

LUA Error: ProfessionShoppingList.lua #94

Closed fubaWoW closed 12 months ago

fubaWoW commented 12 months ago

hi there,

seems you got a typo at line 1295 in ProfessionShoppingList.lua!

local settings = CreateFrame("Frame")           ft-

should just be

local settings = CreateFrame("Frame")

greetings

Sluimerstand commented 12 months ago

Hey @fubaWoW, I noticed that a few minutes after sending out the updated version. I somehow managed to fat-finger that into my code after testing and before saving, so that was fun. It's resolved by now, thank you for the heads-up anyway! :D