UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
SET@@global.sql_mode='';
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0; UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
Nothing, when wired is double clicked nothing happens. It lights up, but there's nothing else, no box or anything.
Not that but to the query I sent youNothing, when wired is double clicked nothing happens. It lights up, but there's nothing else, no box or anything.
PlusEMU, once the query is ran, there is no errors. It says 'affected rows 0'
Restarted Emu well over 20 times, still nothing. I've been trying to fix this for hours.
Not that but to the query I sent you