PATCH UPDATE PROGRESS
From WoWWiki
| | This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
function OnEvent()
if(event == PATCH_UPDATE_PROGRESS)
local percent_Complete = PatchDownloadProgress();
end
end
