Changeset 452
- Timestamp:
- Apr 12, 2010, 8:42:33 PM (15 years ago)
- Location:
- trunk/export/files
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/files/3.2.0/CzWoW/CzWoW.lua
r451 r452 24 24 if getglobal("CZWOW_QuestObjective_"..i)[text] then 25 25 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]; 26 31 end 27 32 end -
trunk/export/files/3.3.0/CzWoW/CzWoW.lua
r451 r452 28 28 if getglobal("CZWOW_QuestObjective_"..i)[text] then 29 29 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]; 30 35 end 31 36 end -
trunk/export/files/3.3.2/CzWoW/CzWoW.lua
r451 r452 32 32 if getglobal("CZWOW_QuestObjective_"..i)[text] then 33 33 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]; 34 39 end 35 40 end -
trunk/export/files/3.3.3a/CzWoW/CzWoW.lua
r451 r452 32 32 if getglobal("CZWOW_QuestObjective_"..i)[text] then 33 33 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]; 34 39 end 35 40 end
Note:
See TracChangeset
for help on using the changeset viewer.