What ApplyPatch.exe does:

1 ) Locates your lotro \Plugins folder.
2 ) Iterate thru all the *.lua files in this folder EXCEPT those in the sub folder \VindarPatch.
3 ) For each file replace all string "Turbine.PluginData.Save(" by "VindarPatch.PatchDataSave(" and all string "Turbine.PluginData.Load(" by "VindarPatch.PatchDataLoad(".
4 ) For each file where at least one replacement was made, add the line 
    import "VindarPatch.Patch"
	at the beginning of the file. 
