Migration for burning potion

This commit is contained in:
HEIEnthusiast 2023-12-05 15:54:12 -04:00
parent 933c897450
commit b742d2987b

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