f0d6d64666
The original migration skipped the database move whenever pluginConfigs/HellionChat already existed. In practice that directory is materialised by Dalamud before our plugin constructor runs, so the check was effectively always true and the legacy chat-sqlite.db plus the EmoteCacheV1 directory stayed behind. Walk the legacy directory entry by entry instead. Move every file or subdirectory whose name is not already present on the target side, then delete the legacy directory if it ends up empty. This handles both fresh installs and the realistic case where Dalamud has pre-created an empty config directory for the new plugin.