- 0 Talk
-
PATCH DOWNLOADED
| | This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
This event is fired after the client has finished downloading a patch and provides no arguments.
-- example event handler
function OnEvent()
if(event == PATCH_DOWNLOADED)
PatchDownloadApply()
end
end