TekNoLogic / tekticles

WoW Addon - Simple font replacement
http://www.tekkub.net/
10 stars 6 forks source link

Nameplate text missing in 5.4.2 #13

Closed MeatyChunks closed 10 years ago

MeatyChunks commented 10 years ago

Hi there! With nameplates enabled any of the text such as name and level are missing. I disabled all other addons to confirm it was just tekticles.

20131211110138153

Really appreciate your wow addons. Thanks a lot!

MeatyChunks commented 10 years ago

Ah I found this post which fixes it for now atleast:

"For those using tekticles, open the file tekticles.lua in the addon's folder, and search for and replace the following line:

NAMEPLATE_FONT = BOLD

with:

SetFont(GameFontWhite, BOLD, 13)

From what I can tell, the constant NAMEPLACE_FONT used to refer to a font path, while it now refers to the GameFontWhite font element since 5.4.2."

Thanks again for your hard work!

tekkub commented 10 years ago

Fixed in 9987a8ab698f3e2b6165559c3709051083700f80