Changeset 799 for trunk/Modules/Export/files/4.3.4/CzWoW/CzWoW.lua
- Timestamp:
- Mar 9, 2014, 12:41:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/files/4.3.4/CzWoW/CzWoW.lua
r794 r799 432 432 local titleIndex = 1; 433 433 old_GossipFrameActiveQuestsUpdate(...); 434 for i=1, select("#", ...), 3do434 for i=1, select("#", ...), 4 do 435 435 titleButton = _G["GossipTitleButton" .. titleIndex]; 436 436 if getglobal("CZWOW_QuestTitle_1")[trim(select(i, ...))] then … … 446 446 local titleIndex = 1; 447 447 old_GossipFrameAvailableQuestsUpdate(...); 448 for i=1, select("#", ...), 3 do 449 titleButton = _G["GossipTitleButton" .. titleIndex]; 448 for i=1, select("#", ...), 5 do 449 --titleButton = _G["GossipTitleButton" .. titleIndex]; 450 titleButton = getglobal("GossipTitleButton" .. titleIndex); 451 if (titleButton == nil) then else 450 452 titleButton:SetText(Translate(select(i, ...))); 453 end 451 454 titleIndex = titleIndex + 1; 452 455 end
Note:
See TracChangeset
for help on using the changeset viewer.