CommunityDKP

CommunityDKP

194k Downloads

Migration assistant from legacy MonolithDKP to CommunityDKP

matthintr opened this issue ยท 0 comments

commented

I started to work on a migration process that asks the user if he wants to copy the tables from MonolithDKP to CommunityDKP. So that the migration could be done seamless without external tools and the need of having to modify saved variables files.

  1. check if MonolithDKP is active
  2. don't continue to initialise CommunityDKP if MonolithDKP is active but ask the user if he wants to copy his MonolithDKP tables
  3. copy every MonDKP_ table to CommDKP_
  4. rename every defaults.MonDKPScaleSize property to CommDKPScaleSize
  5. ask the user to disable MonolithDKP and continue by reloading the UI

this requires pull request #27 to be merged, since the current build causes lua errors if both addons are active at the same time.