WoW:API PATCH DOWNLOADED: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
{{Stub/API}} | |||
function OnEvent() | function OnEvent() | ||
if(event == PATCH_DOWNLOADED) | if(event == PATCH_DOWNLOADED) |
Revision as of 17:39, 25 June 2007
function OnEvent() if(event == PATCH_DOWNLOADED) PatchDownloadApply() end end