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