4 lines
563 B
MySQL
4 lines
563 B
MySQL
|
|
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;
|