Changeset 452


Ignore:
Timestamp:
Apr 12, 2010, 8:42:33 PM (14 years ago)
Author:
maron
Message:

Zapomenuté překládání detajlu úkolu v addonu

Location:
trunk/export/files
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/files/3.2.0/CzWoW/CzWoW.lua

    r451 r452  
    2424                  if getglobal("CZWOW_QuestObjective_"..i)[text] then
    2525                        return getglobal("CZWOW_QuestObjective_"..i)[text];
     26                end
     27        end
     28          for i=1, CZWOW_Description_count, 1 do
     29                  if getglobal("CZWOW_Description_"..i)[text] then
     30                        return getglobal("CZWOW_Description_"..i)[text];
    2631                end
    2732        end
  • trunk/export/files/3.3.0/CzWoW/CzWoW.lua

    r451 r452  
    2828                  if getglobal("CZWOW_QuestObjective_"..i)[text] then
    2929                        return getglobal("CZWOW_QuestObjective_"..i)[text];
     30                end
     31        end
     32          for i=1, CZWOW_Description_count, 1 do
     33                  if getglobal("CZWOW_Description_"..i)[text] then
     34                        return getglobal("CZWOW_Description_"..i)[text];
    3035                end
    3136        end
  • trunk/export/files/3.3.2/CzWoW/CzWoW.lua

    r451 r452  
    3232                  if getglobal("CZWOW_QuestObjective_"..i)[text] then
    3333                        return getglobal("CZWOW_QuestObjective_"..i)[text];
     34                end
     35        end
     36          for i=1, CZWOW_Description_count, 1 do
     37                  if getglobal("CZWOW_Description_"..i)[text] then
     38                        return getglobal("CZWOW_Description_"..i)[text];
    3439                end
    3540        end
  • trunk/export/files/3.3.3a/CzWoW/CzWoW.lua

    r451 r452  
    3232                  if getglobal("CZWOW_QuestObjective_"..i)[text] then
    3333                        return getglobal("CZWOW_QuestObjective_"..i)[text];
     34                end
     35        end
     36          for i=1, CZWOW_Description_count, 1 do
     37                  if getglobal("CZWOW_Description_"..i)[text] then
     38                        return getglobal("CZWOW_Description_"..i)[text];
    3439                end
    3540        end
Note: See TracChangeset for help on using the changeset viewer.