Merge branch 'armor-org-fix-1' into 'master'

Migration to fix sturdy red backpack

See merge request veloren/veloren!1840
This commit is contained in:
Samuel Keiffer 2021-03-02 02:48:34 +00:00
commit 1f48e9833f
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View File

@ -0,0 +1,2 @@
UPDATE item
SET item_definition_id = 'common.items.armor.misc.bag.sturdy_red_backpack' WHERE item_definition_id = 'common.items.armor.bag.sturdy_red_backpack';