mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
7 lines
514 B
SQL
7 lines
514 B
SQL
UPDATE items_base SET interaction_type = 'totem_leg' WHERE item_name = 'totem_leg';
|
|
UPDATE items_base SET interaction_type = 'totem_head' WHERE item_name = 'totem_head';
|
|
UPDATE items_base SET interaction_type = 'totem_planet' WHERE item_name = 'totem_planet';
|
|
UPDATE items_base SET interaction_modes_count = '3' WHERE item_name = 'totem_planet';
|
|
UPDATE items_base SET interaction_modes_count = '12' WHERE item_name = 'totem_leg';
|
|
UPDATE items_base SET interaction_modes_count = '9' WHERE item_name = 'totem_head';
|