Changeset 452 for trunk/export/files/3.2.0/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.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
Note:
See TracChangeset
for help on using the changeset viewer.