Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Reck on June 25, 2014, 10:06:18 pm

Title: Class not appearing
Post by: Reck on June 25, 2014, 10:06:18 pm
I added a custom class to my interface, and it isn't appearing for some reason.
If my MAX_CLASSES_PER_RACE is 10, it shows the blp with all the icons, but if it's above 10, it doesn't show anything. I added
Code: [Select]
["ANGEL"]       = {0.49609375, 0.7421875, 0.5, 0.75},
to CLASS_ICON_TCOORDS, and I also added an 11th button in CharacterCreate.xml.
Title: Re: Class not appearing
Post by: Reck on June 26, 2014, 01:56:16 am
I somehow solved the issue, I have absolutely NO idea how I did it though.