View Single Post
09/07/15, 06:36 PM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
I don't understand german, but I believe that you're asking if there is any change in texture paths for destruction staff skills. It seems that all icon paths are still the same as before, your table should be still valid.

local mageSkills={
["ability_destructionstaff_003.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_004.dds"]="ability_destructionstaff_002.dds",
["ability_destructionstaff_006.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_007.dds"]="ability_destructionstaff_005.dds",
["ability_destructionstaff_009.dds"]="ability_destructionstaff_008.dds"
["ability_destructionstaff_010.dds"]="ability_destructionstaff_008.dds",
}
  Reply With Quote