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

Oprava zapomenutého jednoho slova u addonu překládání detajlu úkolu

File:
1 edited

Legend:

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

    r452 r453  
    2626                end
    2727        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];
     28          for i=1, CZWOW_QuestDescription_count, 1 do
     29                  if getglobal("CZWOW_QuestDescription_"..i)[text] then
     30                        return getglobal("CZWOW_QuestDescription_"..i)[text];
    3131                end
    3232        end
Note: See TracChangeset for help on using the changeset viewer.