diff --git a/type_data/migrations/9_skin_fixes.rb b/type_data/migrations/9_skin_fixes.rb index 06f6a6587..301f9d042 100644 --- a/type_data/migrations/9_skin_fixes.rb +++ b/type_data/migrations/9_skin_fixes.rb @@ -7,7 +7,8 @@ insert(:name, %{brown boar hide}) insert(:name, %{moor eagle talon}) insert(:name, %{mountain snowcat pelt}) - insert(:name, %{(?:crooked )?witch nose}) # from wind witch + delete(:name, %{crooked witch nose}) # fix for crooked witch nose bundles + insert(:name, %{(?:crooked )?witch nose}) # fix for crooked witch nose bundles end migrate :skin, :furrier do