예제 #1
0
 private void OnItemAttributesRepoint(object sender, RepointEventArgs e)
 {
     if (fftPatch != null)
     {
         PatchUtility.RepointSpecificItemAttributes(fftPatch.Items, fftPatch.ItemAttributes, (byte)e.OldID, (byte)e.NewID);
         allItemAttributesEditor1.UpdateSelectedEntry();
         allItemAttributesEditor1.UpdateListBox();
         allItemsEditor1.UpdateSelectedEntry();
         allItemsEditor1.UpdateListBox();
     }
 }