Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jan 21, 2025
1 parent 835e21a commit a038d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion type_data/migrations/9_skin_fixes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a038d14

Please sign in to comment.