Changeset 452 for trunk/export/files/3.3.2/CzWoW/CzWoW.lua
- Timestamp:
- Apr 12, 2010, 8:42:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.