veloren/server/src/migrations/V17__move_sceptres.sql

6 lines
347 B
MySQL
Raw Normal View History

2020-09-25 20:11:42 +00:00
-- Changes filepaths of sceptres
UPDATE item
SET item_definition_id = 'common.items.weapons.sceptre.sceptre_velorite_0' WHERE item_definition_id = 'common.items.weapons.staff.sceptre_velorite_0';
UPDATE item
SET item_definition_id = 'common.items.weapons.sceptre.staff_nature' WHERE item_definition_id = 'common.items.weapons.staff.staff_nature';