Error in Plus Emulator Release 2

Status
Not open for further replies.

olamundo

Member
Mar 2, 2017
50
0
I'm having an error in Plus Emulator, does anyone know how to solve it?
 
Up
 

Menkz

Member
Jul 9, 2010
374
167
Run this SQL.
PHP:
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');

In the future read the release thread.
 
Status
Not open for further replies.

Users who are viewing this thread

Top