Files
Archive/kepler/tools/migrations/update.1.22.5.sql

4 lines
563 B
MySQL
Raw Normal View History

2025-12-09 06:52:43 +00:00
UPDATE `items_definitions` SET `behaviour`='solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2' WHERE `id`=100;
UPDATE `items_definitions` SET `behaviour`='solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2' WHERE `id`=101;
UPDATE `items_definitions` SET `behaviour`='solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2' WHERE `id`=102;
UPDATE `items_definitions` SET `behaviour`='can_sit_on_top,custom_data_on_off' WHERE `id`=214;