View Single Post
10-19-16, 01:18 PM   #3
Aadä
A Murloc Raider
Join Date: Oct 2016
Posts: 7
Thanks, found the source code.
What does that mean, danger zone ? What risks ? I always thought add ons were safe to use.

I found Blizzard_Collections.lua, in it there is

Code:
elseif (selected == 4 ) then
CollectionsJournalTitleText:SetText(HEIRLOOMS);
and I suppose I'll add
Code:
elseif (selected == 5 ) then
CollectionsJournalTitleText:SetText(MYTAB);
but how to actually edit Blizzard's UI in a 3rd party add on, meaning, the codes are not really connected ? Blizzard UI is somewhere, while my code will be in my add on folder; still can't find anything in the guides.
  Reply With Quote