Thread: Jewelcrafting
View Single Post
05-05-13, 04:40 PM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
In p3lim's code, replace this:
Code:
local JEWELCRAFTING_S = 'Jewelcrafting'
with this:
Code:
local JEWELCRAFTING_S = GetSpellInfo(755)
If that still doesn't work, please be more specific about what isn't working in German, and make sure you have BugSack turned on to catch errors.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote