Changeset 453 for trunk/export/files/3.3.0/CzWoW/CzWoW.lua
- Timestamp:
- Apr 12, 2010, 8:47:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/files/3.3.0/CzWoW/CzWoW.lua
r452 r453 30 30 end 31 31 end 32 for i=1, CZWOW_ Description_count, 1 do33 if getglobal("CZWOW_ Description_"..i)[text] then34 return getglobal("CZWOW_ Description_"..i)[text];32 for i=1, CZWOW_QuestDescription_count, 1 do 33 if getglobal("CZWOW_QuestDescription_"..i)[text] then 34 return getglobal("CZWOW_QuestDescription_"..i)[text]; 35 35 end 36 36 end
Note:
See TracChangeset
for help on using the changeset viewer.