WoW:API PATCH DOWNLOADED
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
|
This is a World of Warcraft API stub. 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