WoW:API PATCH DOWNLOADED

From AddOn Studio
Revision as of 19:50, 28 December 2007 by WoWWiki>Bobbysing
Jump to navigation Jump to search

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