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

    r452 r453  
    3434                end
    3535        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];
     36          for i=1, CZWOW_QuestDescription_count, 1 do
     37                  if getglobal("CZWOW_QuestDescription_"..i)[text] then
     38                        return getglobal("CZWOW_QuestDescription_"..i)[text];
    3939                end
    4040        end
Note: See TracChangeset for help on using the changeset viewer.