mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Migration to fix sturdy red backpack
This commit is contained in:
parent
9ad8804b60
commit
3a88ab5bb3
@ -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