From a038d1474c5037b25c7ff7c5ff9649f14152ac33 Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:43:42 -0500 Subject: [PATCH] rubocop --- type_data/migrations/9_skin_fixes.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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