mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6 lines
347 B
MySQL
6 lines
347 B
MySQL
|
-- 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';
|