mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
1f48e9833f
@ -0,0 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
@ -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';
|
Loading…
Reference in New Issue
Block a user