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

Migration to fix sturdy red backpack

See merge request 
This commit is contained in:
Samuel Keiffer 2021-03-02 02:48:34 +00:00
commit 8a2b87c71b
2 changed files with 3 additions and 0 deletions
server/src/migrations/2021-03-02-023541_fix-sturdy-red-backpack

@ -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';