WoW:API PATCH DOWNLOADED

Revision as of 19:50, 28 December 2007 by WoWWiki>Bobbysing

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