PATCH UPDATE PROGRESS
Talk0
98,468pages on
this wiki
this wiki
| 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
