diff --git a/Resources/AnimationLockTime.json b/Resources/AnimationLockTime.json index edd3be382..d28050b25 100644 --- a/Resources/AnimationLockTime.json +++ b/Resources/AnimationLockTime.json @@ -12,7 +12,7 @@ "141": 0.1, "149": 0.6, "152": 0.1, - "153": 0.6, + "153": 0.1, "154": 0.1, "158": 0.6, "167": 0.6, @@ -24,7 +24,7 @@ "3573": 0.6, "3574": 0.6, "3576": 0.1, - "3577": 0.6, + "3577": 0.1, "3587": 0.6, "3590": 0.6, "3593": 0.6, diff --git a/Resources/HostileCastingArea.json b/Resources/HostileCastingArea.json index f3107e73e..80e2a86cb 100644 --- a/Resources/HostileCastingArea.json +++ b/Resources/HostileCastingArea.json @@ -6,5 +6,14 @@ 13440, 13461, 13462, + 30134, + 30140, + 30166, + 30236, + 30254, + 31122, + 31139, + 31376, + 31390, 31835 ] \ No newline at end of file diff --git a/RotationSolver/Updaters/RotationUpdater.cs b/RotationSolver/Updaters/RotationUpdater.cs index 39493cfe9..065d96f0e 100644 --- a/RotationSolver/Updaters/RotationUpdater.cs +++ b/RotationSolver/Updaters/RotationUpdater.cs @@ -127,9 +127,7 @@ private static Assembly LoadOne(string filePath) { try { - var assembly = RotationHelper.LoadFrom(filePath); - PluginLog.Log("Successfully loaded " + assembly.FullName); - return assembly; + return RotationHelper.LoadFrom(filePath); } catch (Exception ex) {