mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Migration for burning potion
This commit is contained in:
parent
933c897450
commit
b742d2987b
2
server/src/migrations/V53__potion_combustion.sql
Normal file
2
server/src/migrations/V53__potion_combustion.sql
Normal file
@ -0,0 +1,2 @@
|
||||
UPDATE item
|
||||
SET item_definition_id = 'common.items.consumable.potion_combustion' WHERE item_definition_id = 'common.items.consumable.potion_burning';
|
Loading…
Reference in New Issue
Block a user