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.3.0/CzWoW/CzWoW.lua

    r452 r453  
    3030                end
    3131        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];
     32          for i=1, CZWOW_QuestDescription_count, 1 do
     33                  if getglobal("CZWOW_QuestDescription_"..i)[text] then
     34                        return getglobal("CZWOW_QuestDescription_"..i)[text];
    3535                end
    3636        end
Note: See TracChangeset for help on using the changeset viewer.